Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94205 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-07-20 15:01 +1000 |
| Last post | 2015-07-23 09:37 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-07-20 15:01 +1000 |
| Subject | Re: How we can send mail with attachment in Python? |
| Message-ID | <mailman.761.1437368497.3674.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | Robert Davis <rdavis7408@gmail.com> |
|---|---|
| Date | 2015-07-23 09:37 -0700 |
| Message-ID | <31638e19-0936-475b-97cb-c0a3c59b250b@googlegroups.com> |
| In reply to | #94205 |
On Monday, July 20, 2015 at 12:01:49 AM UTC-5, Chris Angelico wrote: > 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 Take a look at an article written by Ashish Jain at the following link: http://ashishpython.blogspot.com/2014/06/send-email-with-outlook-in-python.html I use something very similar to automate sending of monthly reports. HTH Robert
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web