How to fire emails with a date marked in php?

Asked

Viewed 23 times

1

I have to create a PHP system to fire emails to customers on certain days of the month or on numbered days. How can I do that? Any suggestions ??

  • You can check in php what the date is, and call a function to upload.. I would do so...

  • I did a quick search on the net and found several posts on this subject. In advance, not as a response, see if this [link] (http://codigofonte.l.com.br/codigos/sistema-em-php-de-envio-de-newsletter-com-pausa-de-lot) helps you.

  • Here also has something related: http://answall.comSending an email programmed with PHP - If your OS is different, edit the question and add all relevant details, so that in case of reopening it is not too wide or unclear.

  • Some ways --> 1-vc can use php cronjobs directly (http://code.tutsplus.com/tutorials/managing-cron-jobs-with-php-net-19428), you can use js ,setTimeout, LESS INDICATED APPROACH, just for beginners, or use a windows cronjob that calls a php file that will trigger your emails

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.