Ramesh Kannan
Senior .NET Full Stack Developer
SendGrid (now owned by Twilio) is used by some of the biggest names in the industry such as Uber, Spotify, Yelp, Airbnb, and Kinsta. It originally started as a transactional email SMTP and API service designed for developers. They also offer email marketing features.
Click Create API Key.
From the dialog select Restricted Access.
Enable the option Mail Send → Mail Send.
Once the API key is generated, keep it in a safe place. You cannot retrieve the same key again — you would need to regenerate a new one.
Use the following SMTP configuration in your application:
| Field | Value |
|----------|-----------------------------------------------------------|
| Host | smtp.sendgrid.net |
| Port | 587 or 465 (SSL) |
| Username | apikey (Yes, apikey is the username for all accounts) |
| Password | API key generated in the above steps |
A sample C# application is available at: