Replies: 1
Hello,
wp_mail( $email11, $subject11, $bodyemail11, $headers11 );
wp_mail( $email22, $subject22, $bodyemail22, $headers22 );
Now the first function sent 2 time mail.
where as second function can not send single time mail !
I’m using the sendgrid option in plugin
I have not any other plugin related to mail (or core WordPress email) in my site
Both function are in single line, not in any loop/cron
Any help?
- This topic was modified 2 hours, 18 minutes ago by Nimesh.