L LukeWT New Member Oct 21, 2019 #1 Hi, I'm wondering if it's possible to set it so it only sends emails from 7am-7pm UK Time and Only mon-fri? I don't see any options for that in settings
Hi, I'm wondering if it's possible to set it so it only sends emails from 7am-7pm UK Time and Only mon-fri? I don't see any options for that in settings
twisted1919 Administrator Staff member Oct 21, 2019 #2 Just change your cron job for send campaigns from: Code: * * * * * /usr/bin/php .... to Code: * 7-19 * * 1-5 /usr/bin/php ...
Just change your cron job for send campaigns from: Code: * * * * * /usr/bin/php .... to Code: * 7-19 * * 1-5 /usr/bin/php ...