I've been thrown in the deepend. Brand new to Umbraco and taking over a developed site from another developer. We cannot log into the backend as no one knows what the password is. I was able to manually modify the record in the database to my own email and updated the SMTP info in web.config (which is correct)
I am however getting the following:
"An error has occurred.","ExceptionMessage":"Mailbox unavailable. The
server response was: Verification failed for [email protected]"
Leading me to believe Umbraco is trying to send an email as [email protected] (which wont work).
Where do I update that email address in the database?
Reset password not sending emails
I've been thrown in the deepend. Brand new to Umbraco and taking over a developed site from another developer. We cannot log into the backend as no one knows what the password is. I was able to manually modify the record in the database to my own email and updated the SMTP info in web.config (which is correct)
I am however getting the following:
Leading me to believe Umbraco is trying to send an email as [email protected] (which wont work).
Where do I update that email address in the database?
Hi Mauzilla,
That value comes from the UmbracoSettings.Config file located in /configs in your website :-)
There is a value there which by default is set to
[email protected]
so changing that, I believe, should solve your issue.Nik
is working on a reply...