migrating from phpmailer to swiftmailer

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
20020919
Forum Newbie
Posts: 1
Joined: Wed Oct 14, 2009 8:38 am

migrating from phpmailer to swiftmailer

Post by 20020919 »

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.
Post Reply