Jump to content

Automatically Send Emails Daily


Dysan

Recommended Posts

Make a script that connects to your database, queries for email addresses, and sends an email to them.  Assuming that you have a mysql database, lookup php mysql functions for how to connect and query, and look into php's mail function. 

 

As far as sending it out daily, You will want to setup a cron job to run that script every day. 

 

 

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.