Jump to content

Email autoresponder


fazzfarrell

Recommended Posts

You're lokking at using a few techniques here.

 

Firstly to send an email when someone registered is simple, you just need to use the mail() function at the end of the register process.

 

For sending an email every two days you'll need to run a cron job (linux). When you register a user store a MySQL DATETIME or timestamp so you know when they registered. Your cron will call a script that will check when the user registered, if necesary call the mail() function and send an email.

 

(As above)

Link to comment
https://forums.phpfreaks.com/topic/142611-email-autoresponder/#findComment-747471
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.