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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -