I have made a script to send out mass mailing (opt-in list) and I have it set to send out a certain amount of emails to stop the server overloading.
The trouble is, I am executing the file from an SSH window and the file normally takes more than 10/15 minutes to run - by which time by terminal has timed out - will the perl file finish running? Or will it stop when my sesstion ends?
If there is a better way for me to do this to ensure it runs fully please let me know