[REBOL] Re: Trying to insert picture using send/subject
From: gregg:pointillistic at: 10-Jun-2008 22:46
Hi Alan,
AD> send/subject/attach dechert-gmail.com join "Dear Mr. Dechert:^M" read
AD> file:///myfile.txt "This is the Subject" %mypicture.jpg
AD> Okay, this worked to attach the picture, but I want the picture in the body
AD> of the email. For example, if you use html format with Outlook Express and
AD> then do Insert|picture the recipient will see the picture in the email
AD> without having to click on the attachment.
I've never done that, but I'm pretty sure it won't be a one-liner.
Look at an email that's formatted how you want. Probably a
multipart/related, with plain text and html content sections, and the
HTML refs an attached image with an embedded content ID (just glance
at one quickly here).
Once you know what it should look like, hack SEND and let us know how
it works out. :)
-- Gregg