Installed the Email 0.1 Module succedfully.
I would like to be able create a 'mail merge' when I send out emails.
So, say I have a column in my 'email_table' called ema_firstname I would like to have each email sent out like:
- Code: Select all
Dear Steve.....
Other mailing list software I have used, this is done by eg. putting the field in curly braces, and then this is parsed when it comes to sending. Eg.
- Code: Select all
Dear {ema_firstname}.....
Is this built in? I can't find any reference as to how to do 'out of the box' so to speak. Does it have something to do with the 'Email Macro' select on the email form?
Thank you, Tom