Amazon SES Configuration

🔧 Go to
SMTP Config
in your admin dashboard.🛠️ Fill in the following fields:
📋 Field🧩 Value📨 Email Provider
SMTP
🌐 SMTP Host
email-smtp.ap-south-1.amazonaws.com
(region-specific)👤 SMTP Username
Your Amazon SES SMTP Username
🔐 SMTP Password
Your Amazon SES SMTP Password
🔌 SMTP Port
587
(or465
for SSL,25
as fallback)📧 From Address
Verified email (e.g.,
[email protected]
)🏷️ From Name
e.g.,
Your Company Support
💾 Click Save Configuration.
🧪 Click Test Configuration to validate.
✉️ Click Send Test Email to confirm setup.
✅ Toggle Enable Email Configuration ON.
🚀 Amazon SES Setup Guide
1️⃣ Verify Email or Domain
🔗 Go to Amazon SES Console.
🆔 Navigate to Verified Identities.
📩 Click Verify a new email or Verify domain.
✅ For email: Click link in the verification email.<br> 🛡️ For domain: Add DNS TXT/CNAME records as instructed.
2️⃣ Create SMTP Credentials
🛠️ In SES, go to SMTP Settings →
Create My SMTP Credentials
.👤 Create an IAM user for SMTP (Amazon auto-generates one).
💾 Download and save your SMTP Username and Password.
3️⃣ Use SMTP Details in Your App
📡 SMTP Host
email-smtp.ap-south-1.amazonaws.com
🔌 Port
587
, 465
, or 25
🔐 Auth
Yes
👤 Username
SMTP username
🔑 Password
SMTP password (generated, NOT AWS login)

Last updated
Was this helpful?