Re: How To Request Delivery Receipts On Emails

2006-03-10 Thread Gregory Piñero
Thanks for the help, guys. This project was put on hold so I wasn't able to try out any of the advice yet. I'll let you know when I do. -Greg On 3/8/06, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Wed, 8 Mar 2006 12:52:04 -0500, "Gregory Piñero" > <[EMAIL PROTECTED]> declaimed the follow

Re: How To Request Delivery Receipts On Emails

2006-03-08 Thread Waldemar Osuch
Gregory Piñero wrote: > Does anyone know how to program a Python script to send out emails > with a request delivery receipt? Is it something I can build into the > email message via the mime stuff? You have to add 'Disposition-Notification-To' header >>> from email.MIMEText import MIMEText >>>

How To Request Delivery Receipts On Emails

2006-03-08 Thread Gregory Piñero
Hi Guys, Does anyone know how to program a Python script to send out emails with a request delivery receipt? Is it something I can build into the email message via the mime stuff? And yes, I know it's probably a bad idea, but I can't talk my clients out of it ;-) -- Gregory Piñero Chief Innovat