DEV Community

Discussion on: A complete guide to send email in .NET (2021)

Collapse
 
anonymous675 profile image
anonymous675 • Edited

Looks great, the API seems simple, gonna try it on my website.

Do I need to configure something else to use a custom email?

Collapse
 
lukencode profile image
Luke Lowrey

All you need to do is configure an email sender (smtp, sendgrid etc) then use the api to construct your email. If you want to do templated emails you will need to add either the razorrenderer or liquidrenderer.