Enveloop Docs
Sign up for Enveloop!
  • Enveloop Docs
  • Overview
    • ✨Features
  • Getting Started
    • Introduction to Enveloop
    • Creating a Template
    • Formatting / Dynamic Content
    • Sending a test message
    • Adding a Sending Domain
    • Deploying your first message
  • Product Guides
    • Elements
      • 🔋Table
    • Using Shared Sections
    • Markdown for Formatting
    • Mustache for Dynamic Content
    • Creating a Verified Sender
    • Logging
    • Monitoring
    • Webhooks
    • Themes
  • Integrations
    • Do I need integrations?
    • SMS Integrations
      • Twilio
      • TextGrid
    • Email Integrations
      • SendGrid
      • Postmark
      • Mailgun
      • Amazon SES
      • SMTP
        • ✉️Amazon SES
        • ✉️Gmail SMTP
        • ✉️Google Domain SMTP Relay
    • Partner Integrations
      • Fly.io
  • Enveloop API
    • Getting Started with Enveloop API
    • Core API Endpoints
      • Connecting to the Enveloop API
      • POST /messages
      • GET /templates/:slug
    • Languages and Frameworks
      • 🟢NodeJS
      • 🏮Ruby on Rails
      • 🟡Python
      • 🏮Ruby
  • Settings
    • Sending IPs
  • Company
    • About Us
    • 👩‍⚖️Terms of Service
    • 😎Privacy Policy
Powered by GitBook
On this page
  • Step 1: Setup Amazon SES SMTP Credentials
  • Step 2: Configure your SMTP Provider
  • Step 3: Add your "Default From"
  1. Integrations
  2. Email Integrations
  3. SMTP

Amazon SES

Set up Enveloop to use Amazon SES via SMTP as a backend message platform.

Last updated 2 years ago

You can more about Amazon SES SMTP support in their docs:

Step 1: Setup Amazon SES SMTP Credentials

Go to the SMTP settings page under your Amazon SES

Here you will see a button allwing you to setup credentials for SMTP

Follow the instructions and be sure to copy the assigned Username and Password as you will need these in the next steps and they will not be shown again

Step 2: Configure your SMTP Provider

You will need the Username and Password from Step 1 as well as the SMTP endpoint found on the SMTP settings page (ex: email-smtp.us-east-1.amazonaws.com)

Follow the to configure the provider in Enveloop using the following settings:

  • Host: <SMTP endpoint>

  • User: <Username from step 1>

  • Pass: <Password from Step 1>

Step 3: Add your "Default From"

Your Default From Email is a global setting that defines the email address and identity that will deliver the message by default. Once complete, click Save Integration.

✉️
https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html
steps on the SMTP setup