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
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
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 PROT