Sending Mail
Sending Mail
- Subject: Sending Mail
- From: Mike Lally <email@hidden>
- Date: Tue, 28 Jul 2009 16:21:30 +0100
Hello AppleScript Gurus, I'm still stumbling my way through Jerry Lee Ford's book and I've hit another of his scripts that for some reason won't work. This one is about creating an email by AppleScript and I have altered his script to my own addresses. Anyway this is the script I'm stuck on . . .
tell application "Mail" set MessageText to make new outgoing message tell MessageText to make new to recipient set subject of MessageText to "Mail Script" set content of MessageText to " This is an AppleScript mail test" send MessageText end tell
It seems to do everything except address the recipient. As ever, I'd appreciate some help! Thanks
Mike |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden