I'm looking for some simple instructions and maybe some code snippets on how to write a controller to send an email from a form using SendGrid in the newest version of asp.net core web application.
Use Case:
I'm using the contact form to send and email then show a success or failure message based on the response from SendGrid. Any help is appreciated.