The relevant code in userplus_add_users_submit() does something similar to what's done for user registration. So, check your user registration email settings and also check to see if users get email notification when registering via user/register.
Could be that the mailer isn't letting the mail out because the From address isn't from the same domain as the site...
Comments
Comment #1
marcp commentedAre any other email notifications being sent from your site?
Comment #2
dmclark commentedyes -- update notifications0
Comment #3
marcp commentedThe relevant code in
userplus_add_users_submit()does something similar to what's done for user registration. So, check your user registration email settings and also check to see if users get email notification when registering via user/register.Could be that the mailer isn't letting the mail out because the From address isn't from the same domain as the site...
Comment #4
marcp commented