MESSAGE
| DATE | 2009-03-02 |
| FROM | Ruben Safir
|
| SUBJECT | Re: [NYLXS - HANGOUT] html email
|
From lest-hangout-at-mrbrklyn.com Mon Mar 2 12:34:06 2009 Received: from www2.mrbrklyn.com (localhost [127.0.0.1]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id n22HY4Tj024279 for ; Mon, 2 Mar 2009 12:34:06 -0500 Received: (from majordomo-at-localhost) by www2.mrbrklyn.com (8.13.1/8.13.1/Submit) id n22HY4Tr024278 for hangout-outgoings; Mon, 2 Mar 2009 12:34:04 -0500 X-Authentication-Warning: www2.mrbrklyn.com: majordomo set sender to lest-hangout-at-nylxs.com using -f Received: from [10.0.0.62] (flatbush.mrbrklyn.com [10.0.0.62]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id n22HY2rG024273 for ; Mon, 2 Mar 2009 12:34:04 -0500 Subject: Re: [NYLXS - HANGOUT] html email From: Ruben Safir To: hangout-at-mrbrklyn.com In-Reply-To: <7405d1440903020853h5fc39f19vefe5e186dda9e6c7-at-mail.gmail.com> References: <7405d1440903020853h5fc39f19vefe5e186dda9e6c7-at-mail.gmail.com> Content-Type: text/plain Date: Mon, 02 Mar 2009 12:35:07 -0500 Message-Id: <1236015307.23146.21.camel-at-linux-hvsf> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 Content-Transfer-Encoding: 7bit Sender: lest-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: hangout-at-mrbrklyn.com
On Mon, 2009-03-02 at 11:53 -0500, Ronny Abraham wrote: > Hey guys, I have a problem, and I was, once again, hoping the awesome > geniuses on this list could help me out. > > I just created a flier for a client, and he wants to try sending it > out inserted into an email. As opposed to being a simple attachment. > Anyone know how I can do this w/o paying anything? I suppose I can > find server running sendmail, and use python commands to manually > create the email, but I'd rather do it using a normal email client. > > Any suggestions? > > -ron
This is not a problem. As a nuisance, thunderbird will do this and frankly doing it on the command line is not a python problem. Just cut and past it.
cat file.html|mail -s subject your-at-email.com
Ruben
|
|