How to configure SMTP & API

How to configure SMTP & API

Your VMA Emailer SMTP & API Settings.

HTTP API Settings

HTTP API Documentation Our complete version 2 API Documentation is here.

API Key Your API Key is a GUID and it is the key to your account when trying to gain access or make API calls while outside of the User Interface. Every API call and SMTP Relay connection will require this key. It is also your accounts SMTP Relay Password.

Public Account ID Your Public Account ID is publicly used the unique identifier in GUID format. It is used in Web Forms and Custom Branding integrations.

Manage API Keys

Change API Key This will generate a new API Key for your account. If you have two API Keys you will have the option to select which API Key you wish to replace.

Add Second Key This will generate a second API Key for your account.

SMTP Configuration

Almost all third party SMTP clients, Servers, CMSs, and Plugins will use these settings to connect and relay mail through your VMA Emailer Account. We don't know of any software that supports SMTP connections that do not work with VMA Emailer, but there is a list of CMSs and Plugins that are designed to work specifically with VMA Emailer.

Username Your VMA Emailer Account SMTP Username is the same as your VMA Emailer Account email address that you use to log in. However, you can also use your VMA Emailer API Key as the Username. If you are using cram-md5 authentication you must supply the Email Address for the Username and your VMA Emailer API Key for the Password.

Password Your SMTP Password is your API Key.

Server You can either use smtp.elasticemail.com or smtp25.elasticemail.com

Port We support the following connection ports:

25, 2525, 587, 465

We support TLS and SSL connections. Make sure the connection port you are using is open on your own server.

Using Postfix? If you are configuring postfix as a local relay make sure you include the following three lines in your postfix configuration

smtp_sasl_auth_enable = yes

smtp_sasl_password_maps = static:yourusername:your api key

smtp_sasl_security_options = noanonymous

API and SMTP limits

API
20 concurrent requests from single IP
Connection time-out = 600 seconds

SMTP
20 concurrent requests from single IP
Single command timeout is 2 minutes
Multiple emails can be submitted in one session.

    • Related Articles

    • Configuring Outlook for Gmail Account Delete

      Google Apps users, please follow the default instructions unless otherwise noted, replacing 'your_domain.com' with your actual domain name. Many clients will automatically configure the appropriate IMAP connection settings for your account, but ...
    • How to configure Mautic with VMA Emailer

      Learn how to configure Mautic software with VMA Emailer. In order to send emails via VMA Emailer servers while using Mautic software - you will need to properly configure your Mautic. Navigate to Email Settings under Configuration panel inside Mautic ...
    • How to configure Sendy with VMA Emailer

      Find out more about configuring Sendy with VMA Emailer. If this is the first time you're setting up Sendy with VMA Emailer you need to click the Add New Brand button. You can enter the necessary company details in the New Brand section. SMTP ...
    • PHP API Integration Library

      Learn more about how to download and implement our PHP API Integration Library to your own project. Overview - what this Library is? We want to provide our clients a way to use our system however they like. That is why we have introduced the ...
    • How to configure Thunderbird with VMA Emailer

      Learn more about how to send mail using Thunderbird. To send mail using Thunderbird you need to modify your outgoing server settings in Thunderbird accordingly. Additionally, you can modify settings in Thunderbird that will allow you to include a ...