Regarding Mail sending smtplib Module

2005-05-11 Thread praba kar
Dear All, I have doubt regarding mail sending smtplib module. The below code is I used to send a mail. ## import email.Message import email.Utils import mimetypes import os,string fromAddr=[EMAIL PROTECTED] toAddr= [[EMAIL PROTECTED],[EMAIL

Re: Regarding Mail sending smtplib Module

2005-05-11 Thread Sion Arrowsmith
praba kar [EMAIL PROTECTED] wrote: Here I want to avoid this line Received: from unknown (HELO prabahar.enmail.com) (59.92.13.47) by mailserver with SMTP; 11 May 2005 10:09:11 - How can I do this? . Why python give this line? . Mail sending Module in php will not give this type line.

Re: Regarding Mail sending smtplib Module

2005-05-11 Thread Tim Williams
praba kar [EMAIL PROTECTED] wrote: Here I want to avoid this line Received: from unknown (HELO prabahar.enmail.com) (59.92.13.47) by mailserver with SMTP; 11 May 2005 10:09:11 - How can I do this? . Why python give this line? . Mail sending Module in php will not give this type line.