Integrate email into your .NET apps using the new Resend SDK.
We believe strongly in the importance of native SDKs. Developers should be able to write in their preferred language using more than a simple REST wrapper. SDKs should feel, look, and act like the languages.
Today we're excited to announce our official .NET SDK, which expands our SDK support to yet another group of developers.
With Resend's .NET SDK, you can now make email sending an easy step in your workflow no matter what type of application or website you're building.
You can install the SDK using the CLI:
Or install the SDK using Visual Studio (Package Manager Console):
In the startup of your application, configure the DI container:
Finally, send an email using the injected IResend
instance:
If you would like to learn more, check out the documentation.
We've also created several realistic examples (ASP .NET Controller API, Web, HTML rendering, Async sending, etc.) to help you integrate Resend into whatever .NET application you are building.