wp_mail() and multiple emails
-
Does the wp_mail or the phpmailer class have an email process queue for sending multiple emails?
My current understanding is it does not, it just accepts all information entered and returns a boolean if it passed to the phpmailer class.
There is also no grace period, so sending a bunch of emails might also cause 3rd parties to bounce the email if it exceeds an email/hour rate.
Last, sending 20 emails at once may cause PHP to time out depending on the hosts configs/limits (excluding any additional SMTP plugins/settings, provider sending limits, and/or MX/dmarc validation issues).
Does this sound correct?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘wp_mail() and multiple emails’ is closed to new replies.