Re: email notifier question ??

2008-11-14 Thread Jorgen Grahn
On Thu, 13 Nov 2008 18:48:04 -0800, Chris Rebert [EMAIL PROTECTED] wrote: 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

email notifier question ??

2008-11-13 Thread yoma
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? -- http://mail.python.org/mailman/listinfo/python-list

Re: email notifier question ??

2008-11-13 Thread Chris Rebert
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:

Re: email notifier question ??

2008-11-13 Thread Grant Edwards
On 2008-11-14, yoma [EMAIL PROTECTED] wrote: I want to use python send an email to acceptor. That's easy. $B!!(BAnd i hope to receive the message that the acceptor has read my email. That's not generally possible. So how to realize that get the message? In the message you send, ask the

Re: email notifier question ??

2008-11-13 Thread yoma
Is it really impossible to get the message receipt ?? i hope more people to help me! -- http://mail.python.org/mailman/listinfo/python-list

Re: email notifier question ??

2008-11-13 Thread Steve Holden
yoma wrote: Is it really impossible to get the message receipt ?? i hope more people to help me! Even though it is possible to 'Request a return receipt there is no guarantee that the recipient will agree to send one. If the recipient *does* allow a return receipt to be sent you will have

Re: email notifier question ??

2008-11-13 Thread Benjamin Kaplan
On Thu, Nov 13, 2008 at 11:23 PM, yoma [EMAIL PROTECTED] wrote: Is it really impossible to get the message receipt ?? i hope more people to help me! -- When you send the email, there isn't even any way to ensure that it got through, let alone that the recipient read it. When you send an