I am using SWIFT mailer, and need to use the decorator plugin, so I can add someone's full name and email address to the body of the email.
I've already created an associative array, for the batchsend, which looks like this
Code: Select all
[joe@email.com] => 'Joe Smith'
[bob@myisp.net] => 'Bob Green'