Re: Email Mail Merge
Re: Email Mail Merge
- Subject: Re: Email Mail Merge
- From: Le Stang Jean-Baptiste <email@hidden>
- Date: Tue, 25 Jul 2006 18:47:29 +0200
You can also have a look to XMail a free osax allowing you to send
mails from AppleScript without using third part applications. The
syntax is pretty straight forward :
<script>
send mail to "recipient <email@hidden>" from "email@hidden"
subject "Foo Bar" body "Hello World" attachments {a list of file
refs} smtp server "mail.yourisp.com"
</script>
URL : <http://lestang.org/osax/XMail/>
--
Jean-Baptiste LE STANG
On Jul 25, 2006, at 12:53 AM, Stockly, Ed wrote:
I have a need for a fairly basic mail merge script to work with
Address Book and Mail.
I need to send an individual message to every person in an address
book group, using their first and last names.
I've just started toying with Mail, I hoped it would be as simple as
make new message at beginning with properties {to: "email@hidden";
contents "Hello World"; subject: "Foo Bar"; attachments : {list of
file refs}
send message 1
So, before I start reinventing the wheel I'm wondering if anyone
else has covered this ground before.
Thanks
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (Applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40lestang.org
This email sent to email@hidden
_______________________________________________
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