C
coffeegreek
Two questions about Paul Berkowitz' very useful "split recipients"
script:
1. If the number of recipients per message is set to 1 so as to send an
"individualized" message to a large number of recipients, is there a
limit to the number of mails that can be sent reliably by the script,
i.e. should I limit the total number to say 200 or less?
2. Apologies for posting this again, but it would be really useful to
get it right:
Paul, I was wondering if you have tried the modification (pasted below)
which you suggested some time ago to your "split recipients" script so
that the new messages would keep the character set of the original. It
doesn't work in my hands, i.e. the new messages revert to "automatic"
character set, which creates a problem with greek characters.
Many thanks
George
(OS 10.4.8, Entourage 11.2.5, Split Recipients script v. 2.0)
On 1/21/06 10:51 PM, in article
(e-mail address removed),
"(e-mail address removed)"
Yes. Untested so far (I'll test it tomorrow, but you can right now),
but it
should just work.
Near the top of the script, in Script Editor, you'll see a section:
set theSubject to the subject of theMsg as Unicode text
set theBody to the content of theMsg as Unicode text
set theAccount to the account of theMsg
set thePriority to the priority of theMsg
In Script Editor, add a line at the bottom of that:
set theCharacterSet to character set of theMsg
etc
script:
1. If the number of recipients per message is set to 1 so as to send an
"individualized" message to a large number of recipients, is there a
limit to the number of mails that can be sent reliably by the script,
i.e. should I limit the total number to say 200 or less?
2. Apologies for posting this again, but it would be really useful to
get it right:
Paul, I was wondering if you have tried the modification (pasted below)
which you suggested some time ago to your "split recipients" script so
that the new messages would keep the character set of the original. It
doesn't work in my hands, i.e. the new messages revert to "automatic"
character set, which creates a problem with greek characters.
Many thanks
George
(OS 10.4.8, Entourage 11.2.5, Split Recipients script v. 2.0)
On 1/21/06 10:51 PM, in article
(e-mail address removed),
"(e-mail address removed)"
I have downloaded Paul's "split recipients" script for sending mail to
a large list. It does an excellent job, but there is a problem with the
character encoding. If I set a specific setting, i.e. Greek ISO in the
original message, it reverts to "automatic" in the newly created split
messages. This creates a problem, as reported before
(http://tinyurl.com/dzgws). Is there a simple command I can add to the
script to force the new messages to keep the character set I want?
Yes. Untested so far (I'll test it tomorrow, but you can right now),
but it
should just work.
Near the top of the script, in Script Editor, you'll see a section:
set theSubject to the subject of theMsg as Unicode text
set theBody to the content of theMsg as Unicode text
set theAccount to the account of theMsg
set thePriority to the priority of theMsg
In Script Editor, add a line at the bottom of that:
set theCharacterSet to character set of theMsg
etc