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

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to use mail merge function

Learn how to send customized emails to multiple recipients with Mail Merge function. Using...

How to manage custom headers

Learn how to add Custom Headers in your emails. Custom headers are a great solution if you...

How to manage transactional templates

Learn about how to create and send Transactional Templates in VMA Emailer. VMA Emailer gives you...

How to send email with attachments via API

Learn how to send email with attachments via VMA Emailer API. Sending with attachments is not...

How to send emails via API

Learn how you can send emails with VMA Emailer API. To use the send command please use POST to...