Quantcast
Channel: WordPress.org Forums » [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Support
Viewing all articles
Browse latest Browse all 5003

Not more than 5 emails can be sent at a time

$
0
0

Replies: 3

Hi there,

I have a scheduler that needs to send email to about 50 people and sometimes a single email id can receive for than once. However the plugin always fails to send email from the 5th one.

The same code is as follows:

require __DIR__.'/wp-load.php';
for($x=0; $x<10;$x++){
    var_dump(wp_mail("randomemailid@gmail.com", "test b: {$x}", "test message {$x}"));
}

sample code screenshot
email outout

However I do not have the same problem when using the default php mail function. And the hoster also confirmed that it is fine on his side.

Is there any configuration or setting that I need to enable to solve this problem? Please help.

Thx
Laxman

  • This topic was modified 5 hours, 39 minutes ago by thapa.laxman. Reason: removed email id

Viewing all articles
Browse latest Browse all 5003

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>