[REBOL] Trying to insert picture using send/subject
From: dechert:gma:il at: 10-Jun-2008 15:35
I have been sending semi-personalized email announcements to my group with this one-liner: send/subject dechert-gmail.com join "Dear Mr. Dechert:^M" read file:///thisfile.txt "This is the Subject" (I have script to replace email address and salutation) This has been working fine for text. Now, I want to insert a picture -- don't know how or if possible with send/subject. Clues? Alan D.