Hello,
I am not sure why you are not receiving email notifications. I can tell you that in general the email-sending functionality is known to work great, so most likely there either is a misconfiguration or maybe a plugin conflict somewhere.
The best thing you can do is check your error logs and troubleshoot your email.
Let me know if I can provide any further infos, glad to help however possible.
Hi,
Yes I assume this system works well generally. The most strange is that on the server log mail has been sent but I don’t receive the on different email address .
Strange, I will check…
thanks
Hi,
Problem was due to this code in my functions.php:
add_filter(‘wp_mail_from’, ‘new_mail_from’);
add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);
function new_mail_from($old) {
return ‘[email protected]’;
}
function new_mail_from_name($old) {
return ‘Myname’;
}
Yep that would explain it. Glad you found the issue. I’m gonna mark this thread as resolved to help keep things organized. Feel free to post again if you need help. Thank you
Thanks but so how could i modify Wp sender name and mail ?
thanks
Check the plugin settings in the section, “Email Alerts”.