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
  • Viewing Dynamic Content
  • Sandbox Messages
  1. Getting Started

Sending a test message

Enveloop Test mode allows you to view and send yourself test messages.

Last updated 1 year ago

Now that you have a message template created and content added, you can move from Build mode to Test mode using the tabs at the top of the screen.

This mode will preview how your message will render in most message clients & browsers. Also, by using the Send Test Email button, Enveloop will send a test email to you, allowing you to view the message outside of Enveloop.

Sending a test email is more of a one-off exercise to allow you the option to test the styling/layout of a specific message template. Enveloop also provides a to programmatically test message-sending characteristics in your app without sending "live" messages. Messages are logged in Enveloop but are not sent out.

Viewing Dynamic Content

As was mentioned in the previous section on dynamic content, when you add new variables in curly braces, Enveloop will keep track of them and make them available to you in various parts of the app.

One of those methods is testing.

Also, when you choose to send yourself a Test Email, Enveloop will use the the values you provide. This allows you to see an "in the wild" version of your message.

Sandbox Messages

You can also "test" sending messages programmatically using the Sandbox version of your API key for a project. There are additional resources on how to do this in the area of the docs.

Enveloop API
Sandbox API key
In Test mode, as you provide values for your variables, Enveloop will live update the render of your message.