how to build email message with attachment?

2005-07-26 Thread praba kar
Dear All, Can any one let me know? How to build email in python? with some some examples. regards Prabahar ___ Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for FREE!

Re: how to build email message with attachment?

2005-07-26 Thread Tim Williams (gmail)
On 7/26/05, praba kar [EMAIL PROTECTED] wrote: Dear All, Can any one let me know? How to build email in python? with some some examples. regards Prabahar The email module is what you need. http://docs.python.org/lib/module-email.html hth :) --

Re: how to build email message with attachment?

2005-07-26 Thread William Park
praba kar [EMAIL PROTECTED] wrote: Dear All, Can any one let me know? How to build email in python? with some some examples. If all else fails, mutt -a ... -- William Park [EMAIL PROTECTED], Toronto, Canada ThinFlash: Linux thin-client on USB key (flash) drive

Re: how to build email message with attachment?

2005-07-26 Thread Gregory Piñero
I wrote a module to do this a while back. I put the script on my website just now. Let me know if it helps. http://www.blendedtechnologies.com/how-to-send-emails-with-python/19 -- Gregory Piñero CEO and Founder Blended Technologies (www.blendedtechnologies.com) --

Re: how to build email message with attachment?

2005-07-26 Thread Peter Hansen
praba kar wrote: Can any one let me know? How to build email in python? with some some examples. Which documentation, tutorials, or mailing list archives have you already checked, and what information did they not provide which you need? (Translation: it looks like you didn't make the