I have a mass email setup in php using the mail.php function.
I have read the post "Sending Mass email using PHP" which was helpful, but didn't wanted to open conversation on a new post. I would like the ability to view messages in queue or past sent messages from my front end php mass email page.
Concerns:
- ability to view sent messages
- ability to cancel message sending in queue
Which is the best system for this?
- Swift Mailer
- Pear mail_queue
- Mailman
Would appreciate some advice