Registration widget
Where do I change the default 'noreply@noreply.com' email address? I have set SMTP settings.. but my exchange is not letting 'noreply@noreply.com' send an email.
Hi James,
Go to the MembershipProvider in the configurations and set parameter with the following key
successfulRegistrationEmailAddress. The value should be the email you want to use.
All the best,
Ivan Dimitrov
the Telerik team
Do I add this in the securityConfig?
E.g.
<membershipProviders>
<add recoveryMailAddress="no-reply@domain.com" name="Default" />
<add successfulRegistrationEmailAddress="no-reply@domain.com" name="Default" />
</membershipProviders>
Because now I get this:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
Hi James,
You can do this from the UI. I attached a short video.
Greetings,
Ivan Dimitrov
the Telerik team
Thanks Ivan,
I get this problem now:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
Hi James,
When you configured the SMTP have you set the sender? It looks like that it is missing.
All the best,
Ivan Dimitrov
the Telerik team
I followed the video to add the parameter successfulRegistrationEmailAddress under Security > Membership Providers > Default, but the out-of-the-box register widget keeps sending emails from noreply@noreply.com. I attached a screenshot of the parameter successfulRegistrationEmailAddress I set--any ideas where I went wrong or how I could change the noreply@noreply.com a different way? I'm using Sitefinity 5.0.2523.0.
Hi Ivan,
I get the same problem as James last year, after configuring the membership provider as instructed in your video. Is there a solution? Am using Sitefinity 5.1 trial.
Thanks,
Todd
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
I have the exact same problem as noted (using v5.4 now though). I've also tried setting the built in 'EmailSenderName' field from the 'advanced' properties of the widget -- same error....
Hi guys,
Are you using any custom registration controls or by any chance instantiating an onbect of type IEmailSender in your code? If this is the case I would advise you to open support tickets and send us your implementation.
All the best,To follow up...
I've upgraded to v6 -- and followed Ivan's original suggestion:
Go to the MembershipProvider in the configurations and set parameter with the following key
successfulRegistrationEmailAddress
This has now corrected the issue for me. Not sure why it didn't work in the previous version...
Cheers!
Hi Rico,
I'm glad that upgrading resolve the problem. Don't hesitate to contact us if any further questions arise!
Kind regards,Hmm... Running on 6.3, but have the same error. All settings set up correctly as described here...
EDIT: Found the problem. Remove any entry in the EmailSenderName in the widget. Then it works ;-)