Posts

Showing posts from February, 2014

SSAutoMailScript - To scan email address and initiate new mail.

Want to automate the process of sending mails to bulk of emails from mail content? -  SSAutoMailScript Download the   SSAutoMailScript  to help you out. Usage: Open the script editor and change the  set your mail account . [Check mail preference - Account for account name] tell application "Mail" activate open (1st message of mailbox "Drafts" of account " <Your Account Name> ") end tell Save the template email in  Drafts  folder in your Mail. Using Outlook  then change the delimiter to " ; " whereas the Apple Mail uses " , " . To change it, modify the below line accordingly. set theAddresses to theAddresses & (thisItem as rich text) & "," & return  4.   Thats it! now select the mail which has the email contents and run the script . Result:  Script will scan the email address in selected mail, a new compose window will open with all scanned email         address with the template cho