email upon new registration of users

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/14/2009 6:35:26 AM
Gravatar
Total Posts 6

email upon new registration of users

Hello dear mojoportal users,

we have successfully set up a nice mojo system with a user registration for some parts of the web page that are limited to certain users. Now we would love to have the opportunity to receive an email to one standard email address every time a new user has registered. Is that possible? And if so, what do we have to do?

 

Jan

8/14/2009 8:25:14 AM
Gravatar
Total Posts 18439

Re: email upon new registration of users

You can add this to your Web.config or ideally user.config

<add key="NotifyAdminsOnNewUserRegistration" value="true" />

assuming your smtp is configured correctly and the users in the admins role have valid email address it will send notification of new user registration.

Hope it helps,

Joe 

You must sign in to post in the forums. This thread is closed to new posts.