emailqueue
emailqueue copied to clipboard
A fast, simple yet very efficient email queuing system for PHP/MySQL
It did not send me an email using SMTP, it showed an error: "_SMTP Error: Could not connect to SMTP host._". In common.inc.php I added the line "_$mail->SMTPSecure = SMTP_SECURE;_"...
Add the ability to handle multiple "to" email addresses.
This is important when someone use outside SMTP server
Hi, If I'm not completely wrong, I think PHPMailer accepts TO_NAME and not only the email of the recipient. It would be a simple and easy enhancement that 'should' help...
Hi is it possible to implement twig template when sending email? If yes how to achieve it without altering your library? Many thanks
I use docker to install emailqueue. I use http://ip:8081/test.php to adds 43 requests. But all request is not yet delivered. How to I fix them?
To be able to add a link to each sent email like: "Can't see this message? Click here to see it in your browser" Should be secure: Generated links to...
Right now, only the last N messages in the queue are shown on the frontend. Improve this so the admin can browser through the entire queue and even perform searches...
Code is so old that it's not really following any coding conventions. Even tabbing is broken. Reorganize the code, function names, tabbing and coding conventions to make it look clean...
File logging has been commented because some errors were found when emailqueue tried to write/create log files without filesystem permissions.