• 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
Re: Create a Mail signature using AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Create a Mail signature using AppleScript


  • Subject: Re: Create a Mail signature using AppleScript
  • From: Jeremy Reichman <email@hidden>
  • Date: Tue, 13 Jan 2004 17:55:17 -0500

We do essentially the same thing as Michael suggested, and we use the same string to create a signature for Apple Mail and Microsoft Entourage through an omnibus Mac setup application we created in AppleScript Studio. Our users can then choose to use either mail application; both are set up.

(Except that Panther's Apple Mail dictionary doesn't include the ability to set up Exchange accounts, as it does for the other account types, and we use Exchange for mail.)


--
Jeremy Reichman


On Jan 12, 2004, at 10:34 PM, Michael Grant wrote:

tell application "Mail"
make new signature with properties {name:"My Nifty Sig", content:"Something smashingly clever"}
set the message signature of outgoing message 1 to signature "My Nifty Sig"
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Create a Mail signature using AppleScript (From: Lorin Rivers <email@hidden>)
 >Re: Create a Mail signature using AppleScript (From: Michael Grant <email@hidden>)

  • Prev by Date: Image Events vs. sips scaling
  • Next by Date: Re: Why is Classic launching with this script?
  • Previous by thread: Re: Create a Mail signature using AppleScript
  • Next by thread: Newbie scripting question
  • Index(es):
    • Date
    • Thread