Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94205

Re: How we can send mail with attachment in Python?

References <abcd1234abc123ab12a0000094514000010000001052@gmail.com>
Date 2015-07-20 15:01 +1000
Subject Re: How we can send mail with attachment in Python?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.761.1437368497.3674.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Jul 20, 2015 at 2:54 PM, Kevin Peterson <qh.resu01@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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: How we can send mail with attachment in Python? Chris Angelico <rosuav@gmail.com> - 2015-07-20 15:01 +1000
  Re: How we can send mail with attachment in Python? Robert Davis <rdavis7408@gmail.com> - 2015-07-23 09:37 -0700

csiph-web