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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -