DEV Community

Matt Dyor
Matt Dyor

Posted on

Sending Email from Azure

First, I tried creating an account directly from Azure and that did not work for me due to a billing issue.

So I ended up first setting an account up with Sendgrid (a free account with up to 25K emails per month...way more than I will need for now). I started by checking out the integration guide - C# for me:

https://app.sendgrid.com/guide/integrate/langs/csharp

The first step there was adding SendGrid Nuget Package

Install SendGrid Nuget package

Oldest comments (0)