Trigger autoresponder using PHP
Posted: Sat May 15, 2004 4:29 am
Trigger autoresponder using PHP
I am doing an autoresponder where a user types their email address into a form and then they get sent a response. I know how to do this.
But, in addition, I want to send further (different) messages automatically. Say, one a week later and another a week after that.
What is the best way to set the time for these messages in PHP?
I need to use PHP to trigger sending the messages.
PLEASE do not suggest setting a cron job manually it must be done using the PHP script.
I am doing an autoresponder where a user types their email address into a form and then they get sent a response. I know how to do this.
But, in addition, I want to send further (different) messages automatically. Say, one a week later and another a week after that.
What is the best way to set the time for these messages in PHP?
I need to use PHP to trigger sending the messages.
PLEASE do not suggest setting a cron job manually it must be done using the PHP script.