Quick summary
Configuring SendGrid SMTP requires generating an API key with full access and setting up a verified sender identity. Once complete, you can use SendGrid's SMTP relay (smtp.sendgrid.net, port 587) with your API key as the password in any email platform.
Steps
- Go to Settings in the left sidebar and select API Keys.
- Click the Create API Key button.
- Enter a Name for your API key and set the access level to Full Access.
- Save your API key immediately — it will not be shown again.
- Navigate to Create Sender Identity from the settings guide.
- Fill in your sender identity details and click Create.
- Enter your SMTP settings wherever you plan to send email: SMTP server smtp.sendgrid.net, username apikey, port 587, and your generated API key as the password.
- Check your inbox and verify the sender via the confirmation email.
.gif)


