Sending mass mail via Thunderbird with the add-on Mail Merge (already installed on the terminal servers).
- Database is a CSV File.
Sending mass mail via Thunderbird with the add-on Mail Merge (already installed on the terminal servers).
Start to write the Mail. As receiver (field To) write {{email}}.
click on menu: File > Mail Merge.
Choose: Personal Mail
Deliver Mode: Send Later
Format: Plain Text
Browse and select the CSV File (step 1) with all the receiver email addresses.
Click OK.
All mails will be generated and copied to Local Folders > Outbox. Here you can check the mails.
To send all mails, click on File > Send unsent messages
Use a generic Texteditor like gedit or nedit.
records are separated by line breaks (\r, \n, \r\n) fields are separated by field delimiters (comma, semicolon, colon, tab) fields may be enclosed within text delimiters (double quote, single quote, none) fields with embedded line breaks must be enclosed within text delimiters fields with embedded field delimiters must be enclosed within text delimiters fields with embedded text delimiters must be enclosed within text delimiters embedded text delimiters must be doubled first record must contain columnnames
email,individual,name,title albert.einstein@heaven.org,blue,Einstein,Prof. nelson.mandela@freedom.sa,peace,Mandela,Mr.
In the To field insert the name of the column of the CSV file which represents the receiver email address.
Finish: Menu File > Mail Merge.
Choose: Personal Mail
Deliver Mode: Send Later
Format: Plain Text
Browse and select the CSV File (step 1) with all the receiver email addresses.
Click OK.
All mails will be generated and copied to Local Folders > Outbox. Here you can check the mails.
Mails:
OK: Click on File > Send unsent messages