I have read suggestions on here for smtp services (sendgrid and mailgun), but if you were to integrate these using the api's as web services, how do you use them with umbraco forgot password, since the web.config, and umbracosettings.config assume an smtp setup?
What would be your web service host name / server...usually it is smtp.sendgrid.something (example).
SMTP server vs Web Service
Hi,
I have read suggestions on here for smtp services (sendgrid and mailgun), but if you were to integrate these using the api's as web services, how do you use them with umbraco forgot password, since the web.config, and umbracosettings.config assume an smtp setup?
What would be your web service host name / server...usually it is smtp.sendgrid.something (example).
Hi Bobi,
Not sure if this is what you mean but here it goes.
The forgot password will be sent from the email address configured in the "from" attribute.
This is an configuration you have inside web.config
Hope it helps
is working on a reply...