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

Popular posts from this blog

Pygame memory leak with transform.flip -

python - Writing Greek in matplotlib labels, titles -

cmake set_source_files_properties not working properly -