Mono Support Member Registration Info 

Viewed 20762 time(s), 9 post(s), 11/19/2010 5:35:58 PM - by jeebus626
11/19/2010 5:35:58 PM
0 Reputation 34 Total posts

I was trying to change some member registration functionality and couldn't find where to do it.

1) Where do I edit the "We have sent an email to your email address" message? Need to correct a typo there...

2) Where do I set the email info on the back-end?

3) Where do I edit what the email confirmation message will display?

Thanks in advance for the help.

1
11/19/2010 7:19:03 PM
7207 Reputation 956 Total posts

1. editing the resource strings would require switching to the DB localization provider. We will correct the typo in the new release. The general issue with the dialog messages is that they cannot be just exposed as properties, since there are localization issues involved (every message can be localized to unlimited number of languages, so it cannot just be a simple string property). The new release deals with it by allowing you to override the critical steps in the workflow, so there is some programmin required.
2. what info are you referring to?
3. again, this is stored in resource files (DefaultResources.Email_Activation_HtmlContent and DefaultResources.Email_Activation_PlainContent). We will enable users to override the default behavior of the mail sending process and enter anything they want.

The new release should be ready by the end of November.

2
11/19/2010 7:24:25 PM
0 Reputation 34 Total posts

I meant email info such as reply-to address, email account, uid, password, etc. I'm assuming it won't send confirmation emails to users until this info is entered somewhere?

3
11/19/2010 8:52:43 PM
7207 Reputation 956 Total posts

Reply-to address can be set in web.config (or portal settings pane): "Mail from address".
All other information is pulled from the user profile automatically. The resource file values specify only the "static" mail message content and its format.

4
11/19/2010 9:52:48 PM
0 Reputation 34 Total posts

What sends the email out? Shouldn't there be somewhere I input my SMTP info at least?

5
11/19/2010 10:26:43 PM
7207 Reputation 956 Total posts

Look at the web.config SMPT configuration section, and you will find it there - it is a standardized way of doing this.
MonoX takes care about plenty of such housekeeping tasks. Admittedly, it sometimes requires a bit of configuration to achieve what you want, but it has to be done that way to cover the largest percentage of possible scenarios.

6
11/19/2010 11:16:18 PM
0 Reputation 34 Total posts

So, to insert username and password data into the SMTP section do I just add a and ? Sorry to ask such dumb questions, but thank you so much for all of the help you've provided me thus far.

7
2/15/2011 12:37:40 PM
7207 Reputation 956 Total posts

Here you can find more info on the SMTP section: http://msdn.microsoft.com/en-us/library/ms164242.aspx

8
11/20/2010 6:07:08 PM
0 Reputation 34 Total posts

Thank you! Everything is working now.

9
This is a demo site for MonoX. Please visit Mono Software for more info.