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