Sending Emails on Certain Days of The Week

Eric535

Member
I have a regular campaign that I am sending with 8,000 emails. I only want to send 300 daily on Tuesday, Wednesday, and Thursday. End result: The campaign will take almost 9 weeks to send. Is this possible?
 
The only way I can think of is to run this campaign via send-campaigns command on its own cron job (--campaign_id=X) and exclude it from the regular cron job(--exclude_campaign_id=X). The schedule would be * * * * 2,3,4
 
Back
Top