How to manage inbound notification

How to manage inbound notification

This will allow you to receive web notifications for emails coming to mailboxes that you have registered under your domain.

If you send emails using your main email address (name@yourdomain.com), but you would like to receive emails on a different email address (e.g. name_1@yourdomain.com) you must first configure the redirection in the MX records for your domain, and then turn this setting on. The emails will be picked up by our platform, parsed, and sent as post data to your URL.

MX Records
Update your domain's MX Record "mx.yourdomain.com". Change it to "mx.inbound.elasticemail.com".
Emails sent to "anything@yourdomain.com" will get captured and parsed by our system and then sent as a web notification to your web server or application. Inbound emails are charged at the same rate as the account's pricing level.

Domain
Specify the domain for which you want to receive emails for yourdomain.com

Notification URL

http://www.somehost.com/can/be/anything

Notification POST Parameters

from_email (from address)

from_name (from name)

env_from (envelope from address - MAIL FROM)

env_to_list (list of envelope to addresses - RCPT TO, separated by CRLF)

to_list (list of email addresses the email was sent to separated by /r/n)

header_list (email headers as HeaderName: HeaderValue separated by /r/n)

subject (email subject)

body_text (text body content)

body_html (html body content)

att1_name=attachment_file_name&att1_content=encoded_to_base64_binary_data

att2_name=attachment_file_name&att2_content=encoded_to_base64_binary_data

    • Related Articles

    • How to create custom contact fields

      Learn more about how to use custom contact fields to store and manage more information! Each contact that you store in your VMA Emailer account contains basic information like email address and the recipient's first or last name. It is possible to ...
    • How to manage the unsubscribe link

      All email is required to have a working unsubscribe link. Whether you are sending via the SMTP Relay, HTTP API, or the User Interface you can add an unsubscribe link to your emails. This video shows you how:  Basic Example:   <a ...
    • How to manage new main account

      This tutorial will help new users become familiar with your VMA Emailer account. This tutorial is meant to help first-time users navigate their account and generally show you where things are. When you log in for the first time you will see your ...
    • How to manage HTTP Web Notifications (Webhooks)

      HTTP Web Notification and Inbound Email Notification Settings These features will set up "webhooks" for your account. They work with custom scripts hosted at the URLs specified by the user in the settings. These are considered "advanced" settings ...
    • How to manage your contacts

      Knowing how to properly manage your contacts can make or break your email campaigns. Your contacts are arguably the most important part of your email marketing strategy. Without your subscribers, you wouldn't have an audience for your email ...