Good morning,
So far I've been using phpmailer for sending newsletters to our customers, which are about 6000 contacts, as each mail is personalized, which was to generate a queue for shipments within mysql and then through cron, run a script that ran this base and sent about 50 emails (LIMIT 0, 50), sending mail by mail.
I'm wanting to migrate to as many swiftmailer recommend it.
But I am somewhat complicated, the documentation I find online is not quite complete, there are examples, but not very detailed.
My idea is to use batchsend, but I want that for every contact that sent the email, delete it from the send queue.
Someone can give me a hand, how do I go about it.
Thank you very much.
migrating from phpmailer to swiftmailer
Moderators: Chris Corbyn, General Moderators