Carlos5 Posted December 15, 2009 Share Posted December 15, 2009 Hi, I want to set up a chron job to send out an email to a specific person every week. Usually the email will be the same but it may change (I plan on editing a text file or something and sending that). How would I do that. Or where could I go to figure out how to do that? Thanks 0 Quote Link to comment Share on other sites More sharing options...
robotronik Posted December 16, 2009 Share Posted December 16, 2009 Create a PHP file, that uses mail function to send mail using file_get_contents('File.txt'); to read the contents of your email and then set that up as a cron. 0 Quote Link to comment Share on other sites More sharing options...
Carlos5 Posted December 16, 2009 Author Share Posted December 16, 2009 Thanks for sending me in the right direction. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.