only in later versions  ;-)

from v 1.2.10 and on:


USAGE:
    SEND address message /only /header header-obj /attach files /subject subj
/show

DESCRIPTION:
     Send a message to an address (or block of addresses)
     SEND is a function value.

ARGUMENTS:
     address -- An address or block of addresses (Type: email block)
     message -- Text of message. First line is subject. (Type: any)

REFINEMENTS:
     /only -- Send only one message to multiple addresses
     /header -- Supply your own custom header
         header-obj -- The header to use (Type: object)
     /attach -- Attach file, files, or [.. [filename data]]
         files -- The files to attach to the message (Type: file block)
     /subject -- Set the subject of the message
         subj -- The subject line (Type: any)
     /show -- Show all recipients in the TO field


----- Original Message ----- 
From: "Tom Conlin" <[EMAIL PROTECTED]>
To: "Rebol Listserv" <[EMAIL PROTECTED]>
Sent: Friday, August 06, 2004 11:06 PM
Subject: [REBOL] Re: Questions about the 'send' function


>
>
> builtin help does not mention /attach
>
> >> ? send
> USAGE:
>     SEND address message /only /header header-obj
>
> DESCRIPTION:
>      Send a message to an address (or block of addresses)
>      SEND is a function value.
>
> ARGUMENTS:
>      address -- An address or block of addresses (Type: email block)
>      message -- Text of message. First line is subject. (Type: any)
>
> REFINEMENTS:
>      /only -- Send only one message to multiple addresses
>      /header -- Supply your own custom header
>          header-obj -- The header to use (Type: object)
>
>
>
>
> On Fri, 6 Aug 2004, PSA102 wrote:
>
> >
> > The Rebol Dictionary says that the send command has these two refinements
among others:
> >
> >  /attach
> >  /subject
> >
> > With these refinements, what would the format of the send command be? Would
it be
> >
> >   send/subject /attach address message {subj} [files]
> >
> > When I try this command I get an error that "attach" is not a valid
refinement. Is this so?
> >
> > John Wirt
> >
> >
> >
> >
> >
> > ===================END FORWARDED MESSAGE===================
> >
> >
> >
> > --
> > To unsubscribe from the list, just send an email to rebol-request
> > at rebol.com with unsubscribe as the subject.
> >
> -- 
> To unsubscribe from the list, just send an email to rebol-request
> at rebol.com with unsubscribe as the subject.
>

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to