Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25910
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ian.g.kelly@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'see:': 0.07; 'attachment.': 0.09; 'received:mail- lpp01m010-f46.google.com': 0.09; '11:19': 0.16; 'subject:Outlook': 0.16; 'subject:image': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'written': 0.20; 'all,': 0.21; 'trying': 0.21; 'references': 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'meeting': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.215.46': 0.30; 'figure': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'subject:, ': 0.61; 'request.': 0.64; 'making': 0.64; 'jul': 0.65; 'to:name:python': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=pfdb+BIDIwwRzJ3zguk+V/wwpQRt5IQ2MqLvnyOAFFk=; b=xHc0eD0LcaNb37fNz89mUL8Vljsjgvz4GBWUP/Zvb4Kvp8RHNVXECXi54/OCOJlNP1 EI+WiP9aWR0KNKtQfSEecbNi9GOFE+n2PiZKUh8uJtKqB9mjsBQyNye1CPfzavJWS/qw SAlD3bpH+LIjSZ43XGOZGS6WwZ5PvJuryF+6Hyq2++QBOOFxyJb+jjV0kRhtPYfQZyqN KqyJZ8AZDHlnknqEwGYw+y3f0ot1OQ/le7K9z7frAfXIGLUej+fGtdslYf66jKCVCBhG 49s2Caf8gvW63BYmcDjq0BFseIq/Zr6SqMlyXybYF0EkMZPpt6OGlZDPsCzM4Rtr6Llr /bxQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <641dab69-9782-4bf3-8a01-34237c4f189a@googlegroups.com> |
| References | <641dab69-9782-4bf3-8a01-34237c4f189a@googlegroups.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Mon, 23 Jul 2012 12:11:05 -0600 |
| Subject | Re: Python and Outlook, sendinf an image in the body of email |
| To | Python <python-list@python.org> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2490.1343067097.4697.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1343067097 news.xs4all.nl 6960 [2001:888:2000:d::a6]:45277 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:25910 |
Show key headers only | View raw
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