How we can send mail with attachment in Python?

Chris Angelico rosuav at gmail.com
Mon Jul 20 01:01:34 EDT 2015


On Mon, Jul 20, 2015 at 2:54 PM, Kevin Peterson <qh.resu01 at gmail.com> wrote:
> How we can send mail with attachment in Python? Is it any prerequisite for it?

You could use your favourite search engine to look this up. Or you
could poke around with the Python standard library and see if anything
looks promising:

https://docs.python.org/3/library/

Hint: There is something there.

ChrisA



More information about the Python-list mailing list