visual email again
visual email again
- Subject: visual email again
- From: Adam Morris <email@hidden>
- Date: Sat, 28 Mar 2009 21:04:35 +0900
I may have found a possible solution to the "how to do I script a marketing promo from Mail"
Using SignatureProfiler ( http://www.littleknownsoftware.com/sigpro/), you can embed HTML into your messages. And it's definitely possible to set the signature of the message, the easiest way seems to be the following:
tell application "Mail" set oldPref to selected signature set selected signature to "Marketing Push" make new outgoing message with properties {visible:true} set selected signature to oldPref end tell
In order to change any of the info within your template HTML marketing thing, I suggest you use Satimage Scripting Addiiton's change command in order to personalize, (so it says "Dear John" instead of something generic).
I'm pretty sure this will work but I'll leave it as an exercise for the reader to implement and prove it :)
twitter.com/brainysmurf
|
_______________________________________________
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