Posts

Showing posts with the label Mac

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 wi...

In App Notification.

Image
  I was just integrating a growl framework to my application and found that growl being an open source library, the application is a paid one. So just thought of sharing this framework. SSInAppNotification will display a notification like growl. Whats the difference? No need of any other third-party library like growl to show the notifications. Moreover the growl application is a paid app in Mac OSX 10.7 Integrate the framework and there you go. It's as simple as that. Features: Change the window positions to display the notification message. Showing customized application icon on left side of the message. Attributed string for title and substring. Customized background notification image [Not yet implemented]. Download Framework