Re: Xmail Problems
Re: Xmail Problems
- Subject: Re: Xmail Problems
- From: Brian Johnson <email@hidden>
- Date: Thu, 10 Feb 2005 09:13:57 -0800 (PST)
On Thu, 10 Feb 2005, Bruce Robertson wrote:
On Thu, Brian Johnson wrote:
Bruce, I wrote to JB about this recently. Add
set applescript's text item delimiters to {","}
in his sample scripts BEFORE the "compose raw email" step.
Thank you, I'll look into that. But I still feel like I'm getting incomplete
information. How exactly are you formatting the "to" data?
Just like you did. {"email@hidden","email@hidden", "email@hidden"}
In my case it is already in an applescript list as shown here so at first
glance your comment would not seem to be relevant.
Set emailTo to {"email@hidden","email@hidden", "email@hidden"}
I was experimenting with his "Sample Scipts: raw email - plain text.scpt"
script. If you read it carefully, after you set the address(es) and the
msgBody, there is a line that starts ..
set rawSource ...
This line builds the msg source that goes out. If you don't set the TIDs
to "," the |to| list get's turned into a run-on string at this point.
AFTER the rawSource is composed, it is passed to the OSAX for transmittal.
The |to| list works OK here (right?). The problem only arises when one of
your recipients tries to reply (at least, that's when I saw it).
But some of the instructions are quite ambiguous and it sounds like he is
saying you can format it this way:
Set emailTO to "To: email@hidden, email@hidden, email@hidden"
What actually WORKS?
In my experience (slightly tweaked) ...
set |to| to {"email@hidden", "email@hidden", "email@hidden", "email@hidden"}
worked just fine, going and returning.
- brian johnson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden