Skip to content

Instantly share code, notes, and snippets.

@shammelburg
Last active December 3, 2015 15:07
Show Gist options
  • Save shammelburg/46c4fd4b1d027e6a2934 to your computer and use it in GitHub Desktop.
Save shammelburg/46c4fd4b1d027e6a2934 to your computer and use it in GitHub Desktop.
Azure SendGrid SMTP
<system.net>
<mailSettings>
<smtp deliveryMethod="Network">
<network host="smtp.sendgrid.net" port="587" defaultCredentials="false" userName="azure_{{guid}}@azure.com" password="*********" />
</smtp>
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment