What problem does it solve?
Setting up SendGrid for email delivery involves confusing credential systems, DNS configuration, and SDK choices. This Skill guides you through the entire account setup so you avoid common mistakes like using Twilio credentials for SendGrid or deploying with a Full Access API key.
Core Features & Use Cases
- API Key Management: Create SendGrid API keys (SG.-prefix) with the right scopes, from Full Access for development to Restricted Access for production.
- Domain Authentication: Configure DKIM/SPF via 3 CNAME records, plus DMARC guidance, so your production emails reach inboxes instead of spam.
- SDK Installation: Get the correct SendGrid SDK for Python, Node.js, Java, C#, Ruby, PHP, or Go, or use SMTP relay settings for frameworks like Django and Rails.
- Use Case: You are adding transactional email to a web app. Use this Skill to create a restricted Mail Send API key, authenticate your sending domain, and install the Node.js @sendgrid/mail package before writing any send code.
Quick Start
Ask the AI to walk you through creating a SendGrid API key and authenticating your sending domain for production email delivery.