I have a database of donors. We want to generate thank you/tax letters either in bulk or single record. What is the best way to go about doing a bulk email that has variable fields.
I’d say depends on # of donors also if your mail server has send limits or throttling rate.
I sent bulk emails to less than 200 users, for that, I just created a loop and send customized email for each user.