I published my test site to a free Azure web app service and it doesn't allow to send emails from it. It looks like I will need to configure the app to use gmail or something like that. Where would I go to configure that within the code base?
2 Answer(s)
-
0
Hi,
You should configure it on the host settings page (<a class="postlink" href="http://www.aspnetzero.com/Documents/Development-Guide#host-settings">http://www.aspnetzero.com/Documents/Dev ... t-settings</a>). Is there a problem about that?
-
0
<cite>hikalkan: </cite> Hi,
You should configure it on the host settings page (<a class="postlink" href="http://www.aspnetzero.com/Documents/Development-Guide#host-settings">http://www.aspnetzero.com/Documents/Dev ... t-settings</a>). Is there a problem about that?
Yes, I got this working. I missed how to login to the tenant management side so I kept missing the SMTP settings page since you cannot do that from the tenant management side.
Thank you.