MESSAGE
DATE | 2009-03-02 |
FROM | Ruben Safir
|
SUBJECT | Re: [NYLXS - HANGOUT] html email
|
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
|
|