problems you don’t know you have - salesfusion · is good news for everyone’s computers. 2...

19
5 Email Marketing Problems You Don’t Know You Have @ www.salesfusion.com

Upload: others

Post on 18-Jul-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

5 Email Marketing Problems You Don’t Know You Have

@

www.salesfusion.com

Page 2: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Contents

You’re on the blacklist 4

You’re coding for a website 8

Your email looks awful in Outlook 11

You’re getting filtered out 15

Your preheaders aren’tmeaningful 17

1.

2.

3.

4.

5.

Page 3: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

So, you know how to send an email. You’ve emailed your colleagues, your parents, your kids’ teachers, and your friends. How much more complicated could email marketing be?

When it comes to pushing hundreds or thousands of emails past spam filters and fighting for the attention of diverse recip-ients using multiple email clients, there is a lot more to consider. This eBook takes you beyond high-level best practices into the details that really make a difference in the deliverability and rendering of your emails.

Page 4: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Sometimes you think you’re doing everything right – you’ve designed a fabulous emarketing campaign, segmented your audience for maximum open and click rates, included multiple calls to action, and scheduled delivery in the middle of the sweet spot. But, alas, you’ve been blacklisted. So, why are emails blacklisted? The horribly vague answer is… it depends.

Blacklists are a collection of IPs, URLs, and email addresses flagged as spammers or phishers that may harm computers, networks, or websites. Spammer is a dirty word that you do not want associated with your company because it implies that you send unsolicited and unnecessary messages with irrelevant information.

Blacklists are designed to reduce spam. If you’ve been blacklisted, then many of your emails will not be delivered and you will notice a dramatic decrease in email open rates and an increase in bounce back messages. There are a couple different traps your emails can get stuck in:

1. Public ISPs

2. Postini spam filters

You’ve been blacklisted1

Page 5: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Public ISPs

Public ISPs are the IP addresses that your home or business router receives from your internet service provider (ISP). Devices with these public IP addresses can communicate with other public IP address devices, but not directly with private IP addresses (this requires a router). Most major ISPs have their own internal blacklists – Outlook and Yahoo maintain theirs inside custom spam filters and do not allow you to query on their lists to check whether or not you’re blocked.

There are more than 120 blacklists from public ISPs. Make sure you have access to your server’s IP address so you can monitor public blacklists. Check the following websites to ensure your IP address hasn’t been flagged:

Domain Name System Blacklist: www.dnsbl.info

DNSStuff: www.dnsstuff.com/tools

MXToolbox: www.mxtoolbox.com/blacklists.aspx

Solution - The good news is all email marketing starts with a clean slate. Let’s say you’ve just started using mark-eting automation software and are ready to launch your first email campaign. To stop blacklists in their tracks, check that you’ve completed the following steps before clicking send:

Page 6: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Ease into your new IP address: Don’t email your entire database right of the bat – this sounds the spammer alarms. Start off emailing only your most targeted and responsive lists and work your way up. This way, in case you are blacklisted, it will be easier to target the problem through the process of elimination.

Allow recipients to opt out: Highlight your opt out link, especially in early correspondence with new email addresses. If a recipient chooses to opt out, the email’s link should take them directly to the unsubscribe page. Also include an opt in link for recipients who would like to receive additional updates and alerts.

Go for the double opt in: In this scenario, email recipients click the opt in link inside their email, complete a form on your website, and are emailed to confirm that their email address is valid. This verifies their email address and that they’ve agreed to receive additional communications from your company.

Give the purchased lists a break: No matter where you stand in the debate, marketers buy lists. However, make sure that some email campaigns contain no purchased email addresses. Blasting strange emails is, once again, an alarm sounder. If you do buy lists, target your message accordingly (with a clearly displayed opt out).

Check yourself before you wreck yourself: Verify that all email addresses in your database are valid. Sending to misspelled or nonexistent email addresses not only flags you as a spammer, but increases the amount of bounced email responses in your inbox. Review new email addresses as they’re added to your marketing software or CRM.

Page 7: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Postini spam filter

SolutionThe system pays close attention to the balance between text and images:  If you find yourself blocked, try sizing down images and beefing up your email’s text (or HTML).

Don’t continue to email invalid or full mailboxes: You may have to adjust your email delivery system’s settings for hard bounces.

Monitor new subscriber lists: Just like blacklists, ease into your new email contacts and begin communications with very strict design rules until you’ve determined how their email clients filter your messages.

Email responsibly to maintain a flawless reputation: Maintain an open line of communication with email recipients so they do not report you as a spammer and clearly mark your opt out links.

Postini is an email and web security/archiving service. Owned by Google, Postini offers cloud computing services for filtering email spam, encrypting messages for security, and archiving web communications. Businesses that use Postini redirect their incoming and outgoing emails through Postini instead of their own email servers. Messages are scanned for viruses and malware and anything deemed as spam is filtered out.

The frustrating thing about Postini is that it not only blocks your message, but it also can’t explain why. Solving the mystery often comes down to lots of testing and a healthy dose of trial and error.

Page 8: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Many email clients block JavaScript to prevent the transmission of viruses, which is good news for everyone’s computers.

You’re coding for a website2Email content editors look a lot like website content editors. And email code looks a lot like the code on your company website. Don’t be fooled—there are certain things that work great for your website, but will ruin your emails. In this section, we explore several work-arounds you can apply to your emails to get a similar effect.

Javascript -

Email Alternative: Create images for your buttons, forgo any obnoxious pop-ups, and put your forms on a real webpage you link out to (which is also good since you get a cookie).

Some css - CSS (cascading style sheets) define the formatting and layout for HTML, but don’t work the same way in email as they do in websites. Unlike with websites, you can’t really link to CSS files or put CSS in between the <HEAD> tags. Browser-based email applications will strip this code out in an effort to preserve the code on their own page.

Page 9: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Email Alternative: The solution is to use inline CSS, which is going to be a little bit more work because you may have to define the attributes multiple times throughout your email. Here are some examples of how you can use inline CSS to keep your email looking like you intended:

<span style=" font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #BBBBBB;”>Content goes here</span>

<a style="color: #f18605; text-decoration: none;" href="http://www.salesfusion.com">

Body Text: Each set of text needs to be defined.

Hyperlink Text: Add styles to hyperlinks.

Big Images - It’s great to have pretty images in your email, but you need to keep in mind two things:

Image-to-text ratio: Image-to-text ratio is an important consideration for spam filters. Emails that contain more images than text run a high risk for being flagged as spam or sent to the junk folder.

Email preview: Unless your recipient has already opted into always displaying images for you, your images are going to display as boxes. When your entire email is a box, there’s nothing to pull the recipient in and make them want to read your email.

Page 10: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Email Alternative: Tables are your absolute best friend in email creation. When trying to cut down on images, look for images that contain mostly text anyway and just rewrite the message in a table. Choose a font, assign a background color—and bam! Well-styled, immediately digestible text that will help your email both on its journey to the inbox and to your readers’ eyeballs.

Page 11: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Your email looks awful in Outlook3Are your emails rendering correctly in Outlook 2013? What about Outlook 2003? Yeah, are you sure? Aside from iOS, Outlook is the most popular email client used by B2B buyers, and happens to be one of the trickiest to work with. In this section, we have outlined the most common issues marketers face in Outlook and solutions for resolving them.

Hyperlink Borders

What it should look like What it really looks like

Where does this happen?Microsoft Outlook 2002-2003

Buttons and images have ugly borders

Page 12: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Why does this happen?Prior to 2007, Outlook email clients were powered by IE. You might notice that any email client will display images with bor- ders by default when opened in IE, unless specified in the HTML.

How can I fix it?Check the code on your images. If you don’t see anything specifying a border, or if your border says anything but “0,” replace it with:

<span style=" font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #BBBBBB;”>Content goes here</span>

Image Enlargement

What it should look like What it really looks like

Image reverts to original size

Page 13: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Where does this happen?Outlook 2007-2013

Why does this happen?In 2007, Outlook switched to a rendering engine based on MS Word and stopped being good at reading and displaying HTML.

How can I fix it?1. Recode - Again, check your code. Outlook won’t read your image styles, so if you don’t see “img width=“100px” height=“50”> you need to add it either in addition to your image style or instead of your image style.

<img src="/uploads/Images/plate.png" alt=“plate" style="width: 200px; height: 198px;" />

<img width=“200” height=“198” src="/uploads/Images/plate.png" alt=“plate" style="width: 200px; height: 198px;" />

2. Resize - If recording doesn’t work, resize your original image using photo editing software and then upload it again into your content manager.

Page 14: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Font Changes

Where does this happen?Outlook 2007-2013

Why does this happen?If there is one rule you need to remember for Outlook, it’s BE specific. Just because you defined your font someplace else in the email and it looks great in your content editor, in Gmail, and on your mobile doesn’t mean it will render the same in Outlook.

How can I fix it?Make sure you re-define the font-family and font-size for each table cell or new set of text to avoid the dreaded Times New Roman.

<td align="center" style="height: 52px; font-family: Tahoma; font-size: 18px;">

What it should look like What it really looks like

Register Now Register Now

Page 15: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

You’re getting filtered out4We usually love our spam filter for protecting us from all sorts of poorly targeted solicitations. Then we watch it transform into a six-headed monster when it’s time to send a marketing campaign that we know is more relevant to our recipients than diet drugs and personal data requests. To help you play nice with increasingly sticky spam filters, we put together a list of best practices to follow during your email marketing efforts:

Include plain text in your email. Emails that are entirely HTML or that include just images and links are flagged for spam. Personal emails contain plain text, so including this text will tell spam filters that you are a real person—not a spammer.

Know your target audience. Which email clients do they most commonly use? Which browser do they prefer? Knowing these things will allow you to design your email with the audience in mind. How do you get this information? Send a simple survey out and ask.

Avoid using attachments. One of the dangers of spam is they can contain virulent attachments. Uploading and hosting images and creating links instead of attachments will not only avoid spam rules, it will also help your emails to load faster.

Page 16: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Avoid using phrases than can trigger spam filters. Many spam filters function by text alone and a high density of risky keywords means that your mail will be caught and flagged as spam. Keep in mind that using a few words frequently associated with spam filters will not necessarily condemn your email, but using a large combination of keywords puts your campaign at risk.

Avoid red text in your emails. Since red text is commonly used in formatting spammy emails, spam filters will pick upon it and grab your emails away from inboxes.

Page 17: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Your preheaders aren’t meaningful5You focus so much energy on creating the perfect subject line, but what about the text from your email that gets pulled in right after the subject ends? We’re talking about this:

Preheader text is usually pulled from the content at the top of the email. Email marketers often place content-irrelevant hyperlinks such as “display in browser” or “forward to friend” in that space, not realizing this text is pulled into the preheader. Text is also pulled from image alt tags, like the last email in the example above.

Mobile devices render even more preview text, making it glaringly obvious when you haven’t given that space much consideration.

Page 18: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Preheader content can impact opens, clicks, and even spam complaints, so it’s something email marketers need to pay attention to.

Solution - Think about what you want your recipient to read immediately after the subject line. Do you want it to be the beginning of your message to them? Your company name? An attention-grabbing phrase? Whatever it is, "Display problems?" and "Company Logo" probably didn't come to mind. Consider the following solutions when designing your email templates:

Use Image Alt Tags: Place an image, such as your logo, in the top left corner of your template and use the alt tag for your preheader text. Keep in mind that this text will also be displayed in an empty box in your recipients' preview pane if they have not opted to display your images. This is a great way to control preheader text without changing the body text of your email.

Use Image Alt Tags: Who said your display in browser hyperlink had to be the first text on your page? Design your template so that header or subheader text precede any content-irrelevant hyperlinks. This ensures preheader text will populate something relevant to your message.

Page 19: Problems You Don’t Know You Have - Salesfusion · is good news for everyone’s computers. 2 You’re coding for a website Email content editors look a lot like website content

Conclusion

If you’re new to email marketing, this might seem like an overwhelming amount of information to remember. Get help from a designer to create templates that have passed these tests to reduce room for error. Take advantage of tools that enable you to score emails’ potential for being filtered as spam. Preview your emails in as many clients as possible on as many devices as you can. And as always—test, test, test.

Salesfusion helps companies deliver more revenue. With Salesfusion’s smart marketing automation platform, marketing and sales teams are delivering more lead-to-revenue results by nurturing and surfacing the right leads into the CRM at the right time. Salesfusion’s platform also enables customer care teams to increase client satisfaction and growth through customer-centric nurture programs. By identifying lead, journey, and buyer profiles, Salesfusion is helping companies deliver more revenue than ever before.