Customize email message sent to admin on new user registration

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.
2/7/2009 5:30:39 AM
Gravatar
Total Posts 1

Customize email message sent to admin on new user registration

Hello,

I wanted to know if there is any way to customize the email message sent to the admin on new user registration so as to include the some of the information about the user. For example, email id and value from some custom registration fields.

Many thanks in advance.

2/7/2009 5:36:42 AM
Gravatar
Total Posts 18439

Re: Customize email message sent to admin on new user registration

Hi,

No, the included feature is very basic, it provides alink to see the user information.

If you need something custom you have to implement your own User Registered handler.

Hope it helps,

Joe

10/3/2009 1:48:11 PM
GP
Gravatar
Total Posts 23
GP

Re: Customize email message sent to admin on new user registration

Hello Joe.

I was wondering if the current mojoportal version has a way to change the text sent by email when the the user registers on the site?

Thanks.

10/4/2009 6:20:42 AM
Gravatar
Total Posts 18439

Re: Customize email message sent to admin on new user registration

Hi,

Assuming your site is using en-US for the default culture setting (which it does by default unless you have forced it to use a different default culture), then the template file is located at /Data/MessageTemplates/en-US-RegisterConfirmEmailMessage.config

You could edit that file and add additional text but then you will need to keep a backup copy and remember to restore it after each upgrade since the upgrade will overwrite that file.

At some point I plan to implement something more flexible for customizing the message templates but for now it is what it is.

Hope it helps,

Joe

10/4/2009 8:52:44 AM
GP
Gravatar
Total Posts 23
GP

Re: Customize email message sent to admin on new user registration

I see.

Thats what i was aiming to look for.

Regards.

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