• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
visual email again
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: scripting mail for visual impact
  • Next by Date: Re: visual email again
  • Previous by thread: scripting mail for visual impact
  • Next by thread: Re: visual email again
  • Index(es):
    • Date
    • Thread