Field note
What it does
Quickstart: Send Your First Email Copy Step 1 Sign Up Step 2 Add authorized recipient Step 3 Send your first email Step 4 Check your inbox Step 5 Get production ready Send an email in under two minutes using your sandbox domain Step 1: Sign up Sign up for Mailgun (free) Info After creating your account, follow the guided setup in your Mailgun Dashboard to activate your account and create your first API key. Both of these things will need to be done during this setup in order for you to continue. You can then choose to continue with the dashboards guide to quickly send your first email, or you can grab your API key and continue below. Go to API Keys in your dashboard Copy your Private API key Step 2: Add Authorized Recipient First, add your email as an authorized recipient. This will send a verification email to that address. cURL Node.js Python Java C# PHP Go Rust curl -X POST \ "https://api.mailgun.net/v5/sandbox/auth_recipients?email=your-email@example.com" \ --user 'api:YOUR_API_KEY' Important Check the authorized recipients email inbox and click the verification link before proceeding to Step 2B. You must verify your email address to receive emails from this sandbox domain. Step 3: Send Your First Email Once you've clicked the verification link in your email, you can now send an email to that recipient.
Capabilities
Available capabilities
Tags
Tags
No tags filed yet.
Ways to use it
Ways to use it
No integrations filed yet.