Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25910
| References | <641dab69-9782-4bf3-8a01-34237c4f189a@googlegroups.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2012-07-23 12:11 -0600 |
| Subject | Re: Python and Outlook, sendinf an image in the body of email |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2490.1343067097.4697.python-list@python.org> (permalink) |
On Mon, Jul 23, 2012 at 11:19 AM, <bruceg113355@gmail.com> wrote: > All, > > I am trying to figure out how to send a image in the body of a email when Making a Meeting Request. You need to use html in the body with an <img> tag that references the attachment. See: http://stackoverflow.com/questions/4312687/how-to-embed-images-in-email One of the answers there contains an Outlook-specific example, which is written in C# but should still be translatable to what you are doing.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 10:19 -0700
Re: Python and Outlook, sendinf an image in the body of email Ian Kelly <ian.g.kelly@gmail.com> - 2012-07-23 12:11 -0600
Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 11:33 -0700
Re: Python and Outlook, sendinf an image in the body of email python@bdurham.com - 2012-07-23 16:20 -0400
Re: Python and Outlook, sendinf an image in the body of email Ian Kelly <ian.g.kelly@gmail.com> - 2012-07-23 14:32 -0600
Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 14:24 -0700
Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 14:24 -0700
Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 17:42 -0700
Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 17:42 -0700
Re: Python and Outlook, sendinf an image in the body of email Emile van Sebille <emile@fenx.com> - 2012-07-23 14:02 -0700
csiph-web