My list has 13000 emails. Recently the server load has been spiking. My host recommends these settings and running a cron job every 10 minutes.
MAX_PROCESS_MESSAGE = 1000
MAILQUEUE_BATCH_SIZE = 1000
MAILQUEUE_BATCH_PERIOD = 3600
MAILQUEUE_THROTTLE = 2
I’m assuming the cron would always be running and start sending emails based on the embargo date and time? Or is there a way to start and stop it automatically?