• Resolved pipoulito

    (@pipoulito)


    Hi,

    Even checking the notification Email funstions and adding valid emails, i don’t revive new post notifications.
    All my emails ere sent correctly with other functions of my site…
    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jeff Starr

    (@specialk)

    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.

    Thread Starter pipoulito

    (@pipoulito)

    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

    Thread Starter pipoulito

    (@pipoulito)

    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’;
    }

    Plugin Author Jeff Starr

    (@specialk)

    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

    Thread Starter pipoulito

    (@pipoulito)

    Thanks but so how could i modify Wp sender name and mail ?
    thanks

    Plugin Author Jeff Starr

    (@specialk)

    Check the plugin settings in the section, “Email Alerts”.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Email not sent’ is closed to new replies.