Email AppleScripts: Auto CSV Mailer
|
This AppleScript will read in a CSV file and for each line of the CSV file, it will send an email to the email addresses listed with the details such as Subject, Body, From, To, CC, BCC.
Initially, the AppleScript prompts for selection of input (CSV) file which is processed and emails are sent. Options are provided to send mail visibly or invisibly. The CSV file format is <to_mail_id>,<cc_mail_ids_seperated_by_#>,<subject_to_send>,<Name_of_sender>,<body_of_message> Only one entry per line is assumed. Body may contain any punctuation, special chars including ",". That's why it is limited to only one line Option to send CC or BCC It checks for valid email id only by searching for "@" which is preceded and succeeded by some string values.
Why pay for this? The answer is simple, we spent hours researching and testing this code so you can be back working in minutes. |
Can't find what your solution here? Check out the following AppleScript Forums: MacScripter, or Apple Discussion Board |
||||||||||||||||||||