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
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.
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?
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
What do you mean there’s a problem with wp_mail? It works for the vast majority of us…
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.