0
cashonledger created
Hi,
I wanted to ask if anyone has experiences setting up Asp.Net Zero with Azure & SendGrid? The default fields for setting up SMTP don't match to the configuration settings of SendGrid so I wonder how to get that work.
Thanks for your feedback, Regards, Tuna
2 Answer(s)
-
0
Hi again,
meanwhile I was able to set it up properly and now sending mails is working fine. I missed to remove check from default credentials and thus wasn't seeing the hidden fields.
For anyone who is interested in how to set it up:
- Goto E-Mail settings (see <a class="postlink" href="http://www.aspnetzero.com/Documents/Development-Guide#host-settings">http://www.aspnetzero.com/Documents/Dev ... t-settings</a>)
- First two fields are freely configurable
- Set STMP host to smtp.sendgrid.net (I left SMTP port & SSL unchanged)
- Uncheck "Use default credentials" and provide the username SendGrid has provided to you (it should be a long string with chars & ints), also provide the password you've set for SendGrid yourself
That should be it.
Regards, Tuna
-
0
Thank you for information sharing :)