MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Member Registration Info  (Mono Support )

Viewed 20611 time(s), 9 post(s) 11/19/2010 5:35:58 PMby jeebus626
jeebus626

jeebus626

11/19/2010 5:35:58 PM
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.
This content has not been rated yet. 
0 Reputation 34 Total posts
denis

denis

11/19/2010 7:19:03 PM
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.
This content has not been rated yet. 
7207 Reputation 956 Total posts
jeebus626

jeebus626

11/19/2010 7:24:25 PM
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?
This content has not been rated yet. 
0 Reputation 34 Total posts
denis

denis

11/19/2010 8:52:43 PM
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.
This content has not been rated yet. 
7207 Reputation 956 Total posts
jeebus626

jeebus626

11/19/2010 9:52:48 PM
What sends the email out? Shouldn't there be somewhere I input my SMTP info at least?
This content has not been rated yet. 
0 Reputation 34 Total posts
denis

denis

11/19/2010 10:26:43 PM
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.
This content has not been rated yet. 
7207 Reputation 956 Total posts
jeebus626

jeebus626

11/19/2010 11:16:18 PM
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.
This content has not been rated yet. 
0 Reputation 34 Total posts
denis

denis

2/15/2011 12:37:40 PM
Here you can find more info on the SMTP section: http://msdn.microsoft.com/en-us/library/ms164242.aspx
This content has not been rated yet. 
7207 Reputation 956 Total posts
jeebus626

jeebus626

11/20/2010 6:07:08 PM
Thank you! Everything is working now.
This content has not been rated yet. 
0 Reputation 34 Total posts