Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Trying to insert picture using send/subject

From: gregg:pointillistic at: 10-Jun-2008 17:17

Hi Alan, AD> I have been sending semi-personalized email announcements to my group with AD> this one-liner: AD> send/subject dechert-gmail.com join "Dear Mr. Dechert:^M" read AD> file:///thisfile.txt "This is the Subject" AD> (I have script to replace email address and salutation) AD> This has been working fine for text. Now, I want to insert a picture -- AD> don't know how or if possible with send/subject. Clues? Try the /attach refinement. -- Gregg