durumdara
durumdara at gmail.com
Mon Nov 6 05:06:09 EST 2006
Skipped content of type multipart/alternative-------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20061106/746ef258/test2-0001.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20061106/746ef258/test_wrong-0001.html -------------- next part -------------- print("""""",0); if 1: #import mailtools def SendMail(From, To, Subj, Body, Server, SmtpUsr, SmtpPwd): pass Body = "aaa" # aaa SendMail("xxxxxxxx.xxxxx at xx.xxxxxx.xxx", ["xxxx at xxxxxxxxx.org"], "xxxxxxxxxxxxxxxxxxx", Body, Server="xxxxxxxxx.org", SmtpUsr = "xxxxxxxxxxxxxx at xxxxxxxxx.org", SmtpPwd = "xxxxxxxxxxxx") a = 1 print(""" """,0)
|