home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / netprofessional / code / 02.02 / mailclients.powermail.hml.txt < prev    next >
Text File  |  2010-09-21  |  172b  |  4 lines

  1. tell application "PowerMail 1.0.2"
  2.     CreateLetter subject "Test message" content "This message was created automatically." emailadr "josh@SKYLIST.net" sendnow true
  3. end tell
  4.