-12

PHP mail generations

I have a profile table field as date of birthday,

everyday it matches with today's date and send birthday wishes to the email in the database using php, mysql

1 Answers1

2

you will have to set cronjob to send mails on daily basis.

and also you can't match whole date you needs to match date and month only..

Krishna
  • 401
  • 2
  • 9