As the title says,
I’m looking for a way to automatically have the process run itself. Must be written in PHP
File will be loaded to the server > Script automates mass emails to send the file to everyone who’s on the list whenever there is a new file that is on the server (or a given time during the day)
How would I go about doing this? Should I just look for a PHP script that sends out mass email with an attachment that’s triggered by a cron job?