In the built in email system (Sales > Mail), you can send an email to a bunch of different groups of people (all customers, customers who bought a particular product, etc).
I'd like to be able to add certain "tags" to personalize the emails that go out to more than one person.
For example, an email could be written like this:
Code: Select all
Dear {first_name}:
Thank you for your order. We have the following contact information provided in your account:
{shipping_address}
{phone_number}
If this is incorrect, please let us know.
Thanks!
Code: Select all
Dear Sally:
Thank you for your order. We have the following contact information provided in your account:
Sally Smith
123 Main St
Anytown, OH 12345
555-555-5555
If this is incorrect, please let us know.
Thanks!