API General
How to manage transactional templates
Learn about how to create and send Transactional Templates in VMA Emailer. VMA Emailer gives you the option to use Templates created with our Email Designer or HTML Editor in your transactional emails. This feature allows you to pass personalized ...
How to manage custom headers?
Learn how to add Custom Headers in your emails. Custom headers are a great solution if you want to send debug info or any data you want along with the given email. If you would like to add custom headers to your email you can do so by defining ...
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 ...
How to use mail merge function
Learn how to send customized emails to multiple recipients with Mail Merge function. Using this technique you can define an email template which contains special fields such as {firstname}, {lastname} or many others and send personalized emails in a ...
How to send email with attachments via API
Learn how to send email with attachments via VMA Emailer API. Sending with attachments is not that much different from Mail Merge. You need to provide your attachments as the Multipart/Form-Data POST field in your Send request, so the specific ...
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 https://api.elasticemail.com/v2/email/send with the parameters listed below. PARAMETERS: * apikey=your api key, * subject=email subject, * from=from email ...