This post is an outline of a typical client Sending Report for a Lite Email System using Interspire and a 6IP sending server. This system was being used for retention email campaigns for a binary options company. In the first month there were a number of client sending issues that directly effected email deliverability and lead to complications for the sending server.
Main Server and Sending Server were configured at the start of the month using Interspire Sending Application in the main data server and Power MTA in a 6IP sending server.
The first stage when an email server with sending app has been configured is to carry out a test send to ensure that everything is configured with correct DKIM, DMARC and SPF so that the system will be ready to send email campaigns. Here is a summary of the results (the IP and send from address have been omitted for obvious reasons)
Summary of Results
==========================================================
SPF Check : neutral
Sender-ID Check : neutral
DKIM Check : neutral
SpamAssassin Check : ham (non-spam)
==========================================================
Details:
==========================================================
HELO hostname: [xxxxxxxxx]
Source IP: xxxxxxxxx
Source IP: xxxxxxxxx
mail-from: info@xxxxxxxAnonymous To: mailertest-sender123@isnotspam.com
---------------------------------------------------------
SPF check details:----------------------------------------------------------
Result: neutral
ID(s) verified: smtp.mail=info@xxxxxx
DNS record(s):
xxxxxx. 38397 IN TXT "v=spf1 a mx ptr a:xxxxxx ip4:xxxxxxxx ?all"
As you can see SPF, DKIM is neutral and the IP checked back as not listed from Spam Assassin. Now the system is correctly configured and ready to be used for retention email campaigns.
1 - First Send Made With Incorrectly Coded Mailer
The client then proceeded to prepare two email campaigns which were sent out to two separate lists. Unfortunately the email campaign was coded incorrectly which caused the email not to be sent.
A new mailer was then prepared for another campaign :
Detailed in the image below is the clean coded mailer ready for sending -
However, despite the fact that a suitable mailer was now prepared there were a few more red flags raised with the sending as the stats below show -
Remember that the ESPs are Google, Yahoo, Microsoft, etc - some of the largest corporations on the planet, with all of the technology, resources and knowledge to identify spam mailing methods. Trying to take them on with a couple of VPS servers, a sending app worth around $250 and a bunch of old spreadhseets of data is not going to get you far. For this reason, you need a solid email marketing strategye and you must adhere to sensible and ethical email practices whenever you market your brand or else you will just be wasting your time.
The above image details the incorrectly coded mailer; while it may appear at first sight that there is nothing unusual, notice how in the layout everything is aligned to the left side. Also, see the unusual choice of subject line. When you take a look at the source code, the substance of the issue will be made clear:
2 - Second Send Made With Incorrectly Coded Mailer
Again when examining code the problem is clear :
When looking at the Email Campaign Statistics, the campaign clearly did not get sent out:
When coding language isn’t specified in the html file the system / browser / ISP / ESP cannot read the mail content so it will be unable to complete the send. The arrows show some of the issues in the badly coded mail examples, but if you take the time to look further you will see a whole range of problems with the code, any one of which could prevent the email sending.
Correctly Coded MailerA new mailer was then prepared for another campaign :
However, despite the fact that a suitable mailer was now prepared there were a few more red flags raised with the sending as the stats below show -
The most noticeable observation at first glance is a problematic subject line. Unnecessary capitalisation, spam words such as "discount" and "EUROS" along with punctuation are highly likely to see an email soft bounce from an esp because of a content issue. And, as we check the bounce statistics for this send (see graphics below) you can see from the number of soft bounces blocked due to content.
However, even with a weak or spammy subject line, the open rate is still worryingly low for a good list of email data. So the second red flag to be raised was whether the email list was up to par.
Another glance over the bounce statistics shows a number of emails that no longer exist:
Sending email campaigns to email addresses that no longer exist is a massive red flag – always send to email addresses that are verified and active. One send to an inactive email account can result in negative reputation, the system can manage the bounces but has its limits – repeated sending to inactive email accounts will blacklist the IPs immediately. Furthermore, if you send to an inactive gmail account, gmail will block all of your mailers to any gmail account (same for Hotmail, yahoo, etc).
Below are the contact list domain name stats – one inactive email can bar you from all other emails in that ESP. Notice that gmail email addresses make up 47% of the list, so getting blocked from gmail is a sure way to get a low open rate on a list like this:
However, even with a weak or spammy subject line, the open rate is still worryingly low for a good list of email data. So the second red flag to be raised was whether the email list was up to par.
Another glance over the bounce statistics shows a number of emails that no longer exist:
Sending email campaigns to email addresses that no longer exist is a massive red flag – always send to email addresses that are verified and active. One send to an inactive email account can result in negative reputation, the system can manage the bounces but has its limits – repeated sending to inactive email accounts will blacklist the IPs immediately. Furthermore, if you send to an inactive gmail account, gmail will block all of your mailers to any gmail account (same for Hotmail, yahoo, etc).
Below are the contact list domain name stats – one inactive email can bar you from all other emails in that ESP. Notice that gmail email addresses make up 47% of the list, so getting blocked from gmail is a sure way to get a low open rate on a list like this:
No comments:
Post a Comment