I installed Swiftmailer 3 yesterday on PHP4 without too much issue (I'm a bit of a Noobie - hence the name!). There was a lot of jumping up and down and cheering I can tell you (I'm easily pleased).
I'd like to connect up the Batch Send with Attachment version to my MySQL DB to send out a Newsletter - what's the best way of doing that?
Dont suppose it's as simple as
Code: Select all
$recipients =& new Swift_RecipientList();
$recipients->addTo($recipient_emails);Thanks for your help.