On 4/9/05 11:52:17 AM, "Matt Deatherage" <[EMAIL PROTECTED]> wrote:

> On the server end, unless I send directly to LetterRip and bypass the EIMS
> front end, it also means forwarding the message through one more hop.  This is
> just a lot of overhead and logging and text and replies to deal with when all
> I want is something like:
> 
> tell application "LetterRip_Server"
>   make new subscriber at end of address list "Private List Addresses" �
>     with data {name:"John Doe", email address:"[EMAIL PROTECTED]"}
> end tell
> 
The following Applescript will work;

tell application "LetterRip_Server"
    set theList to subscriber list named "Subscriber/Address List Name"
    set theSub to make new subscriber in theList with properties {name:"Jud
Spencer", email address:"[EMAIL PROTECTED]"}
end tell


Can you describe exactly what else you need to complete this loop?


--
This message is from the Letterrip-Talk Mailing list.
To unsubscribe, send mail to: [EMAIL PROTECTED]
Archive: http://www.mail-archive.com/letterrip-talk%40lists.letterrip.com/

Reply via email to