• Resolved fderik

    (@fderik)


    After updates of users, it seems users are notified by email about update of their address email.
    This notification is the classic email sent by WordPress.

    However, from the plugin :
    – “send mail” is unchecked,
    – “send mail to users updated” is unchecked,
    – in “mail options”, “automatic mail for users updated” is defined to “deactivated”

    SMTP settings are not defined, I use “WordPress general settings to send email”.

    Plugin version is 1.11.1.

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @fderik,

    Good afternoon, maybe another plugin is creating this issue.

    Could this be possible?

    Thread Starter fderik

    (@fderik)

    Hi Javier,

    I think no, there is no interaction with another plugin.

    Maybe the problem is here, from importer.php, from l.450 to l.533 :

    l.450 : first $mail_for_this_user is defined to “false”

    l.465 : if checkboxes “send_email” and “send_email_updated” are checked, $mail_for_this_user becomes “true”

    then if true (l.473), there is a add_filter “send_email_change_email” who can return false

    but in our case, checkboxes are unchecked, so $mail_for_this=false and the filter “send_email_change_email” is not applied
    so wordpress default configuration send mail notification about email updated

    It is possible ?

    Plugin Author Javier Carazo

    (@carazo)

    @fderik,

    Maybe the problem is that although all is correct, we should apply the filter (send_email_change_email) in the first part of the process and not in this part.

    I am going to prepare it and we try if this fix it.

    Plugin Author Javier Carazo

    (@carazo)

    Fixed, try now and tell me.

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

The topic ‘Email notification issues after users’s updates’ is closed to new replies.