If you send a mail to multiple recipients, there are two common problems: First you don't want each recipient to see the others. The only workaround would be to send a mail (To) to yourself and a Blind Carbon Copy (Bcc) to each recipient or to send more than one mail. Second you are often not allowed to send to more than 25 or 100 recipients at one time. The only workaround would be to write more than one e-mail.
Mass Mail:
With "Mass Mail" you can create one mail for each recipient from a draft! Write a New Message; add all recipients to To; add Subject, Body and Attachments; click "File -> Mail Merge". For each recipient a new mail is created automatically and stored in "Local Folders -> Outbox". Ready to send: "File -> Send Unsent Messages"
Personal Mail:
With "Personal Mail" you can create one mail for each record in a CSV from a draft! Write a New Message; add the Variable to To; add Subject, Body and Attachments; click "File -> Mail Merge". For each recipient a new mail is created automatically and stored in "Local Folders -> Outbox". Ready to send: "File -> Send Unsent Messages"
CSV: (Personal Mail)
records are separated by line breaks (\r, \n, \r\n)
fields are separated by field delimiters (comma, semicolon, colon)
fields may be enclosed within text delimiters (double quote, single quote)
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
Character Set: (Personal Mail)
Windows: Windows-1252
Linux: UTF-8
Mac: UTF-8
Addressbook: (Mass Mail)
{{FirstName}}
{{LastName}}
{{DisplayName}}
{{NickName}}
{{PrimaryEmail}}
{{HomePhone}}
{{WorkPhone}}
{{FaxNumber}}
{{PagerNumber}}
{{CellularNumber}}
{{BirthDay}}
{{BirthMonth}}
{{BirthYear}}
{{HomeAddress}}
{{HomeCity}}
{{HomeState}}
{{HomeZipCode}}
{{HomeCountry}}
{{WorkAddress}}
{{WorkCity}}
{{WorkState}}
{{WorkZipCode}}
{{WorkCountry}}
{{Custom1}}
{{Custom2}}
{{Custom3}}
{{Custom4}}
{{Notes}}
Example: (CSV)
FirstName,LastName,Sex,Mail
John,Doe,m,john.doe@example.com
Example 1: (Draft)
To: {{Mail}}
Body: Hallo {{FirstName}} {{LastName}}
Example 1: (Mail)
To: john.doe@example.com
Body: Hallo John Doe
Example 2: (Draft)
To: {{FirstName}} {{LastName}}
Body: Hallo {{FirstName}} {{LastName}}
Example 2: (Mail)
To: John Doe
Body: Hallo John Doe
Example 3: (Draft)
To: {{FirstName}} {{LastName}}
Body: Hallo {{Sex|m|Mr.}}{{Sex|f|Mrs.}} {{LastName}}
Example 3: (Mail)
To: John Doe
Body: Hallo Mr. Doe
Example 4: (Draft)
To: {{FirstName}} {{LastName}}
Body: Hallo {{Sex|m|Mr.|Mrs.}} {{LastName}}
Example 4: (Mail)
To: John Doe
Body: Hallo Mr. Doe
Links:
Character Set
Comma-separated values
Delimiter-separated values
Addressbook Properties Supported by Thunderbird
Character Sets Supported by Thunderbird
Debug:
View Log Messages in Error Console
Bugs:
Mail Merge does not support embedded images
Mail Merge does not support mailing lists
Workaround: (Embedded Image)
Upload the Image to a Webserver, click "Insert -> Image" and enter the URL
Workaround: (Mailing List)
Open the Addressbook, select the Mailing List and click "File -> New -> Message"
Product's homepage
Requirements:
· SeaMonkey
What's New in This Release: [ read full changelog ]
· New: Support for Send Later (Add-on)
· Fixed: Some Bugs