Hey there,
me again with another question about headers..

if i use my python script to send an email, it gets rejected by some providers.
but another app that i use can send the same email and it gets thru.
i have sent myself test messages from both apps and looked at the headers.

the only difference in one from the other is that in the headers of the other app (not my python script)
there exist the following lines:

MIME-Version: 1.0
X-Mailer: OstroSoft SMTP Control (4.0.20)
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7-bit

i do not understand how to make mine work and include (or configure to) the above example.

anyone point me in a right direction ?

thanks,
shawn
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to