2008/11/13 yoma <[EMAIL PROTECTED]>: > 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 > -- http://mail.python.org/mailman/listinfo/python-list