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

[REBOL] Re: Does anyone know where this comes from?

From: swhite:ci:bloomington:mn:us at: 1-Aug-2006 17:50

Thank you very much, "send/only" did the trick. Total turnaround time, 5:19 for original posting, 5:37 for a solution, 18 minutes. That's almost as fast as the Acucobol support line, which I thought was the second-best in the world.
>>> "Graham Chiu" <compkarori-gmail.com> 8/1/2006 5:36 PM >>>
Perhaps you should try send/only [ addresses ] {email-content} or even send/only/subject [ addresses ] {email-content} {subject-line} On 8/2/06, Steven White <swhite-ci.bloomington.mn.us> wrote:
> I am writing a simple little script to send an email to everyone in
the
> office. I put all their names in a block, build up a text string, > and... > > send (address-block-name) (text-string-name) >
-- Graham Chiu http://www.compkarori.com/emr/