I check the checkbox, it says its sent, but nothing is sent.

Any suggestions on how to debug?

thanks,

Comments

marcp’s picture

Are any other email notifications being sent from your site?

dmclark’s picture

yes -- update notifications0

marcp’s picture

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...

marcp’s picture

Status: Active » Closed (cannot reproduce)