• Resolved pavforall

    (@pavforall)


    Hi,

    In MU installation when network admin or standard blog admin ads new user mail is not sent.”Invitation email sent to user. A confirmation link must be clicked for them to be added to your site.” is showing however mail is not sent. tried to find for errors but no luck.

    any idea?

    Thanks
    Regards
    Pawel

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter pavforall

    (@pavforall)

    Hi,

    I just have update, I can add users only to the first blog created before network activation. All blogs created after network was activated does not support this option. Please be aware that I set Allow site administrators to add new users to their site via the “Users → Add New” page. however it does not work. Any hints?

    Thanks
    Regards
    Pawel

    Thread Starter pavforall

    (@pavforall)

    one more thing: if I am network admin I can indicate option to add user without confirmation mail and then user is added with no issue.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Check your server’s mail log to see if the emails are being sent at all.

    Do you know if emails were EVER sent from this install?

    Thread Starter pavforall

    (@pavforall)

    it looks like there is a problem with wp_mail

    I changes code (unfortunately) and instead of calling everything in
    wp_mail I used wp_mail( $mail_to, $subject, $message2, $headers );
    and set variables separately. It worked then with no issue.
    very strange.

    It always work for first blog.
    strange

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    What do you mean there’s a problem with wp_mail? It works for the vast majority of us…

    Thread Starter pavforall

    (@pavforall)

    in some cases wp_mail get´s crazy. Could not find anything in server logs.
    I added filters to change from and mail from fields and it works now.
    however it was very strange.

    Thanks fro all replies.

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

The topic ‘user-new.php – no mail’ is closed to new replies.