Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Send one email to the senders of multiple Mail messages' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Send one email to the senders of multiple Mail messages
Authored by: mattharris5 on May 24, '07 12:05:27PM
I had a problem with multiple senders being grouped together with only one email address. I guess Mail thought that the comma separated list I was giving it was one long name. To fix it, I added extract address from to line 6 of the script:
set thesender to (extract address from (the sender of (item i of themessage)))
and it works perfectly now.

[ Reply to This | # ]
Send one email to the senders of multiple Mail messages
Authored by: osxpounder on May 25, '07 01:19:33PM

Thanks so much for this improvement! I only just now realized, when you mentioned problems, that the original script failed when I replied to GroupWise email users. They received nothing, but I received no error message, in my single test, so I didn't know they received nothing until I tested your modification on my own GroupWise account.

With your change, I received the message at my GroupWise email account. Since I wanted to use this for work, that's essential. Thanks again for sharing that.



[ Reply to This | # ]