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
  • Adding SMTP to Enveloop
  • Step 1: Inside Enveloop, open the team & project you want to use
  • Step 2: Add your SMTP credentials to your project
  • Step 3: Add your "Default From"
  • Examples of Email providers who provide SMTP
  1. Integrations
  2. Email Integrations

SMTP

Set up Enveloop to use SMTP to send messages.

Last updated 1 year ago

Using SMTP will allow you to use your own in-house mail server, or any mail service that exposes direct access to SMTP like Amazon SES or Gmail.

Adding SMTP to Enveloop

Once you have your SMTP credentials, adding it to Enveloop is a quick process.

Step 1: Inside Enveloop, open the team & project you want to use

Each project (which represents one of your apps) can have its own message settings. So, choose a Project and in the menu, choose Integrations from the options on the left.

Step 2: Add your SMTP credentials to your project

Click Configure and on the Service dropdown, select SMTP from the dropdown menu. Paste your Host, User, Pass, & Port (defaults to 587) information.

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.

The "Default From" is only a default setting. Each message template in your project can have a custom-set from value. If you do not specify it on the template, it will use the value you define on the integration.

Examples of Email providers who provide SMTP

Amazon SES
Gmail SMTP
Google Domain SMTP Relay