Python and Outlook, sendinf an image in the body of email

Ian Kelly ian.g.kelly at gmail.com
Mon Jul 23 14:11:05 EDT 2012


On Mon, Jul 23, 2012 at 11:19 AM,  <bruceg113355 at 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.



More information about the Python-list mailing list