The Email Campaign/Mail Merge feature provides two benefits:
Creating an email campaign is a two-step process:
There are three ways to specify recipients:
When uploading a file, you will need to assign a friendly name to the list of recipients. Later on, you can identify these recipients with the same friendly name.
There are two ways to compose the template email:
It is essential to track the performance statistics of your email. Xeams does that automatically for every campaign you create. To access this data, click Home > Plugins and click the Manage button for Email Campaign.
The following table lists the available performance metrics.
Total | Contain the total number of recipients in the uploaded list. |
---|---|
Delivered | Number of emails that are successfully delivered. |
NDRs | Contains a list of email address that resulted in a non-delivery report. |
Failures | It contains a list of email addresses that could not be delivered. There is a subtle difference between Failures and NDRs. A failure occurs when the receiving server rejects an email, whereas an NDR is generated when the receiving server accepts the message but later generates a non-delivery report. |
Queued | Number of emails that are waiting to be delivered. |
AutoReplies | Contains a list of email address that resulted in a auto-reply, such as an out-of-office notification. |
Replies | Contains recipients who replied to your email. |
Views | This represents the number of users who viewed your email. |
Clicks | This represents the number of users who clicked on hyperlinks in your email. |
Unsubscribe | This represents the number of users who unsubscribed to your mailing list. This option will only contain data if the Unsubcription option was enabled when creating campaign. |
Xeams provides an easy way for your recipients to opt out of your mailing list. Once a user unsubscribes, their address will be automatically removed from all future campaigns.
Unsubscription occurs using two methods:
campaign-unsubscribe
. For example, the actual tag should be something like:
<a href="campaign-unsubscribe">Click here to unsubscribe</a>This template anchor will be replaced by actual value before messages are sent out.
The following configuration is required in Xeams for Email Campaigns to work correctly.