PHP scheduled sending of email?

  • Thread starter Thread starter bitsy_
  • Start date Start date
B

bitsy_

Guest
I read two ways on how to do it...
1. to use crons or schedule it (i believe this is goin to be tough)
or
2. run the script everytime someone goes to the page (not reliable especially if no one visits the page)

I want to ask if there are any other way wherein I can send an email during a particular date using PHP?

For example... every 30th of the month
 
Back
Top