email notifier question ??

Chris Rebert clp at rebertia.com
Thu Nov 13 21:48:04 EST 2008


2008/11/13 yoma <yomatatata at gmail.com>:
> hi guys!
>    I want to use python send an email to acceptor.  And i hope to
> receive  the message that the acceptor has read my email.
>
> So how to realize that get the message?

To send an email using Python, you'll need to use the `smtplib`
module: http://docs.python.org/library/smtplib.html#module-smtplib

You'll have to check the relevant standards/specs related to email for
how to request a return receipt from the recipient in the message you
send.

Cheers,
Chris
-- 
Follow the path of the Iguana...
http://rebertia.com

> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list