Re: Emailer scripts
Re: Emailer scripts
- Subject: Re: Emailer scripts
- From: Michelle Steiner <email@hidden>
- Date: Mon, 29 Oct 2001 08:21:20 -0700
On 10/29/01 2:12 AM, kim <email@hidden> wrote:
>
Can someone please indicate the correct way to specify the recipient's
>
email address with Emailer? Also how to attach an attachment (I gotta
>
say I'm finding the dictionary quite confusing)
Here's the general format, without attachments, though.
make new outgoing message with properties ,
{subject:MessageSubject, content:MessageContent, recipient:,
recipList, sending account:sendingAccount,
scheduled:false,file:fileList}
Here's how to construct a recipient.
{address:{address:destinationAddress, display name:AdresseesName} ,
, recipient type:bcc recipient}
However, recipients (even one) must be a list, so the recipient list (of
one recipient) would have to be like this:
{{address:{address:destinationAddress, display name:AdresseesName} ,
, recipient type:bcc recipient}}
FileList is a list of file paths in string format; e.g.,
{"disk:folder:file",disk:folder1:file2}
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------