TechDocs/MailMerge

Personalised mass-mailing with Thunderbird

With Thunderbird it is possible to send personalised mass-mailings. That means that you can create an almost unlimited number of mails with roughly the same content but for example starting with the address (Hello Ms ...) containing the actual name. Also it is possible to define individual attachments for each email.

This short guide just explains the way we did it in some cases with a CSV file. According to the documentation it is also possible to use the built-in address book as source for the recipients' data, and there may be dozens of other cool tricks.

NAME;EMAIL;ATTACHMENT
Mr Mueller;mueller@example.com;file_mueller.pdf
Ms Doe;doe@example.net;file_doe.pdf
Mrs Schneider;schneider@example.org;file_schneider.pdf

For the whole message you can now use the variables NAME, EMAIL and ATTACHMENT. Just define new columns in the CSV files if you need more.

{{NAME}} <{{EMAIL}}>

Dear {{NAME}},

That should be everything.

TechDocs/MailMerge (last edited 2018-06-04 13:29:58 by max.mehl)