Forum Moderators: coopster

Message Too Old, No Replies

Auto-Response Message.

sending an auto response mail

         

samtechweb

11:19 am on Jan 23, 2012 (gmt 0)

10+ Year Member



Please guys, i want to know how to create an auto response mail at a particular time... Like sending a mail daily

Habtom

3:25 pm on Jan 23, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't understand what you mean by auto response, but if you want to send out scheduled messages at a specific time daily:

  • Create a PHP file that does the mail sending
  • Use Cron Job to automate the task

    In the PHP file, use mail function [php.net] to do the job.
  •