phpmailer - PHP Mailer compile and store message for later sending -
Can we compile and archive messages as a draft in PHP mailer and send each message later ?
I do not think PHPMailer supports this feature. But you can do this by using the DB table. To store messages, recipients, from, headers, etc., create a table in the database and later send them from a cron job by PHPMailer.
Comments
Post a Comment