- This topic has 3 replies, 2 voices, and was last updated 1 month, 3 weeks ago by .
Hi,
i failed to find the information about how the plugin works, so here’s the issue :
My setting is : phpmailer + custom smtp, enabled intercept & queue, cron job 30 minutes, and the rest just default.
( what to queue : emails with one or more recipient … )
Then when wp_mail is executed to only 1 user, will the mail goes to database and then sent from background? or should i change the “what to queue” setting?
What if i want the email to send normally but from background ( or directly ), unless suddenly the system need to send 100 emails to 100 users, that’s when the queue starts, but still the first 50 emails ( 1-50 ) straight send normally, then the rest ( 51-100 ) will be send when the cron job executed (30 minutes later).. is that how the plugin works?
Because i don’t think it’s a good thing to wait for the cron job 30 minutes just to send an email? ( i’m using server’s cron job )
Regards,
- You must be logged in to reply to this topic.