5 Marketing. Problems You Don t Know You Have.

Size: px
Start display at page:

Download "5 Email Marketing. Problems You Don t Know You Have. www.salesfusion.com"

Transcription

1 5 Marketing Problems You Don t Know You

2 Contents 1. You re on the blacklist 4 2. You re coding for a website 8 3. Your looks awful in Outlook You re getting filtered out Your preheaders aren t meaningful 17

3 So, you know how to send an . You ve ed your colleagues, your parents, your kids teachers, and your friends. How much more complicated could marketing be? When it comes to pushing hundreds or thousands of s past spam filters and fighting for the attention of diverse recipients using multiple 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 s.

4 1 You ve been blacklisted 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 s blacklisted? The horribly vague answer is it depends. Blacklists are a collection of IPs, URLs, and 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 s will not be delivered and you will notice a dramatic decrease in open rates and an increase in bounce back messages. There are a couple different traps your s can get stuck in: 1. Public ISPs 2. Postini spam filters

5 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: DNSStuff: MXToolbox: Solution - The good news is all marketing starts with a clean slate. Let s say you ve just started using marketing automation software and are ready to launch your first campaign. To stop blacklists in their tracks, check that you ve completed the following steps before clicking send:

6 Ease into your new IP address: Don t your entire database right of the bat this sounds the spammer alarms. Start off ing 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 addresses. If a recipient chooses to opt out, the 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, recipients click the opt in link inside their , complete a form on your website, and are ed to confirm that their address is valid. This verifies their 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 campaigns contain no purchased addresses. Blasting strange s 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 addresses in your database are valid. Sending to misspelled or nonexistent addresses not only flags you as a spammer, but increases the amount of bounced responses in your inbox. Review new addresses as they re added to your marketing software or CRM.

7 Postini spam filter Postini is an and web security/archiving service. Owned by Google, Postini offers cloud computing services for filtering spam, encrypting messages for security, and archiving web communications. Businesses that use Postini redirect their incoming and outgoing s through Postini instead of their own 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. Solution The system pays close attention to the balance between text and images: If you find yourself blocked, try sizing down images and beefing up your s text (or HTML). Don t continue to invalid or full mailboxes: You may have to adjust your delivery system s settings for hard bounces. Monitor new subscriber lists: Just like blacklists, ease into your new contacts and begin communications with very strict design rules until you ve determined how their clients filter your messages. responsibly to maintain a flawless reputation: Maintain an open line of communication with recipients so they do not report you as a spammer and clearly mark your opt out links.

8 2 You re coding for a website content editors look a lot like website content editors. And 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 s. In this section, we explore several work-arounds you can apply to your s to get a similar effect. Javascript - Many clients block JavaScript to prevent the transmission of viruses, which is good news for everyone s computers. 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 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 applications will strip this code out in an effort to preserve the code on their own page.

9 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 . Here are some examples of how you can use inline CSS to keep your looking like you intended: Body Text: Each set of text needs to be defined. <span style=" font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #BBBBBB; >Content goes here</span> Hyperlink Text: Add styles to hyperlinks. <a style="color: #f18605; text-decoration: none;" href=" salesfusion.com"> Big Images - It s great to have pretty images in your , but you need to keep in mind two things: Image-to-text ratio: Image-to-text ratio is an important consideration for spam filters. s that contain more images than text run a high risk for being flagged as spam or sent to the junk folder. preview: Unless your recipient has already opted into always displaying images for you, your images are going to display as boxes. When your entire is a box, there s nothing to pull the recipient in and make them want to read your .

10 Alternative: Tables are your absolute best friend in 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 both on its journey to the inbox and to your readers eyeballs.

11 3 Your looks awful in Outlook Are your s rendering correctly in Outlook 2013? What about Outlook 2003? Yeah, are you sure? Aside from ios, Outlook is the most popular 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 Buttons and images have ugly borders Where does this happen? Microsoft Outlook

12 Why does this happen? Prior to 2007, Outlook clients were powered by IE. You might notice that any client will display images with borders 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 Image reverts to original size What it really looks like

13 Where does this happen? Outlook 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/pl ate.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.

14 Font Changes What it should look like What it really looks like Register Now Register Now Where does this happen? Outlook 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 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;">

15 4 You re getting filtered out We 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 marketing efforts: Include plain text in your . s that are entirely HTML or that include just images and links are flagged for spam. Personal s 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 clients do they most commonly use? Which browser do they prefer? Knowing these things will allow you to design your 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 s to load faster.

16 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 , but using a large combination of keywords puts your campaign at risk. Avoid red text in your s. Since red text is commonly used in formatting spammy s, spam filters will pick upon it and grab your s away from inboxes.

17 5 Your preheaders aren t meaningful You focus so much energy on creating the perfect subject line, but what about the text from your 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 . 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 in the example above. Mobile devices render even more preview text, making it glaringly obvious when you haven t given that space much consideration.

18 Preheader content can impact opens, clicks, and even spam complaints, so it s something 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 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 . 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.

19 Conclusion If you re new to 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 s potential for being filtered as spam. Preview your s 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.

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Emailmovers Limited, Pindar House, Thornburgh Road Scarborough, North Yorkshire, YO11 3UY Tel: 0845 226 7181 Fax: 0845 226 7183 Email: enquiries@emailmovers.com

More information

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Index Introduction... 3 Layout... 4 Best Practice HTML Email Example... 5 Images... 6 CSS (Cascading Style Sheets)... 7 Animation and Scripting... 8 How Spam Filters

More information

Email Marketing Best Practices - Top 10 tips

Email Marketing Best Practices - Top 10 tips Email Marketing Best Practices - Top 10 tips Contents 1. Make a good first impression... 2 2. Above the fold... 3 3. Keep it short and to the point.... 3 4. Send what your customer wants not what you want

More information

EMAIL MARKETING BEST PRACTICES. www.agillic.com contact@agillic.com

EMAIL MARKETING BEST PRACTICES. www.agillic.com contact@agillic.com EMAIL MARKETING BEST PRACTICES www.agillic.com contact@agillic.com SUBJECTS AND PREHEADERS Subject Preheader Tell it don t sell it Your subjects and preheaders can make all the difference to your email.

More information

Coding HTML Email: Tips, Tricks and Best Practices

Coding HTML Email: Tips, Tricks and Best Practices Before you begin reading PRINT the report out on paper. I assure you that you ll receive much more benefit from studying over the information, rather than simply browsing through it on your computer screen.

More information

SimplyCast emarketing Email User Guide

SimplyCast emarketing Email User Guide SimplyCast emarketing Email User Guide Email User Guide Page 1 Contents 1. Email Overview... 3 2. Features Overview... 3 3. Email Editor Features... 8 4. How to Create an Email Campaign?... 5 5. Additional

More information

Creative Guidelines for Emails

Creative Guidelines for Emails Version 2.1 Contents 1 Introduction... 3 1.1 Document Aim and Target Audience... 3 1.2 WYSIWYG editors... 3 1.3 Outlook Overview... 3 2 Quick Reference... 4 3 CSS and Styling... 5 3.1 Positioning... 5

More information

A quick guide to... Effective HTML Messages

A quick guide to... Effective HTML Messages A quick guide to... Effective HTML Messages In this guide... Learn easy and effective ways to engage your subscribers, increase your click-through ratio (CTR), and get better results from your email marketing.

More information

Email Campaign Guidelines and Best Practices

Email Campaign Guidelines and Best Practices epromo Guidelines HTML Maximum width 700px (length = N/A) Maximum total file size, including all images = 200KB Only use inline CSS, no stylesheets Use tables, rather than layout Use more TEXT instead

More information

HTML Creative Design Guidelines

HTML Creative Design Guidelines HTML Creative Design Guidelines An effective design should do more than look nice. It should support the message and render correctly. When a design is properly executed, it really is worth a thousand

More information

Email Deliverability. Best Practices for Getting to the Inbox

Email Deliverability. Best Practices for Getting to the Inbox Email Deliverability Best Practices for Getting to the Inbox About Real Magnet Real Magnet develops digital marketing technologies with a focus on Email and Marketing Automation. Its full-featured platform

More information

Email Guidelines. The following guidelines are for companies who develop email HTML design/creative and copy.

Email Guidelines. The following guidelines are for companies who develop email HTML design/creative and copy. The following guidelines are for companies who develop email HTML design/creative and copy. In today s email environment it is imperative that mailers consider the limitations presented by email readers

More information

Copyright 2011 Smart VA Ltd All Rights Reserved.

Copyright 2011 Smart VA Ltd All Rights Reserved. Copyright 2011 Smart VA Ltd All Rights Reserved. No part of this guide may be reproduced or transmitted in any form whatsoever, electronic, or mechanical, including photocopying, recording, or by any informational

More information

A White Paper. VerticalResponse, Email Delivery and You A Handy Guide. VerticalResponse,Inc. 501 2nd Street, Suite 700 San Francisco, CA 94107

A White Paper. VerticalResponse, Email Delivery and You A Handy Guide. VerticalResponse,Inc. 501 2nd Street, Suite 700 San Francisco, CA 94107 A White Paper VerticalResponse, Email Delivery and You Delivering email seems pretty straightforward, right? You upload a mailing list, create an email, hit send, and then mighty wizards transport that

More information

Email Marketing Tips. From M R K Development

Email Marketing Tips. From M R K Development Email Marketing Tips From M R K Development Free downloads and templates for BC Free downloads and templates for BC Stats - Average 3.5 percent click through is average across al industries Open rates

More information

! Email Hints & Tips

! Email Hints & Tips Email Hints & Tips Email is almost 40 times better at acquiring new customers than Facebook and Twitter. (Source: McKinsey & Company) The single most important way you can improve your email performance

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

Creating Effective HTML Email Campaigns

Creating Effective HTML Email Campaigns Creating Effective HTML Email Campaigns This event is being recorded. You will receive a copy of the audio/video at the end of the presentation. 701 South Broad Street, Lititz, PA 17543 www.listrak.com

More information

MCH Strategic Data Best Practices Review

MCH Strategic Data Best Practices Review MCH Strategic Data Best Practices Review Presenters Alex Bardoff Manager, Creative Services abardoff@whatcounts.com Lindsey McFadden Manager, Campaign Production Services lmcfadden@whatcounts.com 2 Creative

More information

Email Marketing 101 Maximizing Email Results

Email Marketing 101 Maximizing Email Results Email Marketing 101 Maximizing Email Results Craig Stouffer Pinpointe On-Demand cstouffer@pinpointe.com (408) 834-7577 x125 Mark Feldman NetProspex VP Marketing mfeldman@netprospex.com (781) 290-5714 www.twitter.com/pinpointe

More information

HTML Email Power Tips. HTML messages improve your CTR. World s Easiest Email Marketing.

HTML Email Power Tips. HTML messages improve your CTR. World s Easiest Email Marketing. A quick guide to Learn easy and effective ways to engage your subscribers, increase your click-through ratio (CTR), and get better results from your email marketing. HTML Email Power Tips Be readable get

More information

GUIDE TO CODE KILLER RESPONSIVE EMAILS

GUIDE TO CODE KILLER RESPONSIVE EMAILS GUIDE TO CODE KILLER RESPONSIVE EMAILS THAT WILL MAKE YOUR EMAILS BEAUTIFUL 3 Create flawless emails with the proper use of HTML, CSS, and Media Queries. But this is only possible if you keep attention

More information

Tips For A Profitable Real Estate Email Marketing Campaign

Tips For A Profitable Real Estate Email Marketing Campaign Tips For A Profitable Real Estate Email Marketing Campaign What is Email Marketing? As usual, we like to define the main term that we will be referencing throughout the article to ensure that we re all

More information

How To Create A Campaign On Facebook.Com

How To Create A Campaign On Facebook.Com Seriously powerful email marketing, made easy Table of Contents DOTMAILER QUICK START GUIDE... 3 Main Screen... 4 Getting Started... 6 STEP 1: CAMPAIGN SETTINGS... 7 STEP 2: CAMPAIGN CONTENT... 8 Editing

More information

STX Beacon User Guide Marke4ng

STX Beacon User Guide Marke4ng STX Beacon User Guide Marke4ng 3 Promotions 4 Marketing Email 9 Marketing Sets: Email Output 9 Marketing Reports 10 Email Activity 11 Marketing: Avoiding SPAM Filters Table of Contents 2 Main Menu: Marketing

More information

An Email Delivery Report for 2012: Yahoo, Gmail, Hotmail & AOL

An Email Delivery Report for 2012: Yahoo, Gmail, Hotmail & AOL EmailDirect is an email marketing solution provider (ESP) which serves hundreds of today s top online marketers by providing all the functionality and expertise required to send and track effective email

More information

Email Marketing 10Mistakes

Email Marketing 10Mistakes Most Common Email Marketing 10Mistakes At Upper Case, we see very smart customers make mistakes that cause their email response rates to suffer. Here are the most common mistakes we encounter... 01 Not

More information

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:...

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:... Table of Contents Recommendation Summary... 3 Technical:... 3 Creative:... 3 Introduction... 4 Formatting Recommendations... 5 JavaScript:... 5 Forms:... 5 Background Tags and Colors:... 5 Html Text:...

More information

Designing HTML Emails for Use in the Advanced Editor

Designing HTML Emails for Use in the Advanced Editor Designing HTML Emails for Use in the Advanced Editor For years, we at Swiftpage have heard a recurring request from our customers: wouldn t it be great if you could create an HTML document, import it into

More information

Converting Prospects to Purchasers.

Converting Prospects to Purchasers. Email Template Guide LASSO EMAIL TEMPLATE EDITOR... 2 ABOUT LASSO EMAIL TEMPLATE EDITOR... 2 CREATING AN EMAIL TEMPLATE... 2 ACCESSING EMAIL TEMPLATES... 2 ADDING AN EMAIL TEMPLATE FOLDER... 3 BASIC PRINCIPLES

More information

An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL

An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL An Emailcenter briefing: Can your customers read your email newsletters? An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL November, 2004 Emailcenter research has shown

More information

CommuniGator. Avoiding spam filters

CommuniGator. Avoiding spam filters CommuniGator Avoiding spam filters How to dodge the junk box; deliverability and avoiding spam filters Email marketers often have more to battle with than just creating an email and sending it to their

More information

Getting Started with WebSite Tonight

Getting Started with WebSite Tonight Getting Started with WebSite Tonight WebSite Tonight Getting Started Guide Version 3.0 (12.2010) Copyright 2010. All rights reserved. Distribution of this work or derivative of this work is prohibited

More information

BEST PRACTICES FOR EMAIL CAMPAIGNS

BEST PRACTICES FOR EMAIL CAMPAIGNS BEST PRACTICES FOR EMAIL CAMPAIGNS How to Acquire and Retain New Customers Through Email Acquiring customers via email campaigns is a marketing science that has evolved significantly in recent years. It

More information

Welcome to MailChimp.

Welcome to MailChimp. Welcome to MailChimp. MailChimp is a powerful, easy way to send email newsletters. This guide will help you get your first campaign off the ground. We ll also offer tips for managing your list, viewing

More information

University of Colorado Boulder Colorado Springs Denver Anschutz Medical Campus. CU ecomm Program Email Marketing Best Practices

University of Colorado Boulder Colorado Springs Denver Anschutz Medical Campus. CU ecomm Program Email Marketing Best Practices University of Colorado Boulder Colorado Springs Denver Anschutz Medical Campus CU ecomm Program Email Marketing Best Practices What is ecomm?... 2 Why use ecomm?... 3 Legal Considerations... 4 Email Marketing

More information

Email Marketing System Options

Email Marketing System Options System Options Different Systems for Different Users We run various different types of systems for different users based on their email marketing requirements. If you have your own email marketing system

More information

1. Introduction...3 2. Email Deliverability-Benchmarks...4 2.1. Working with Your Service Provider...4 2.2. Email sent...4 2.3. Email delivered...

1. Introduction...3 2. Email Deliverability-Benchmarks...4 2.1. Working with Your Service Provider...4 2.2. Email sent...4 2.3. Email delivered... 1. Introduction...3 2. Email Deliverability-Benchmarks...4 2.1. Working with Your Service Provider...4 2.2. Email sent...4 2.3. Email delivered...4 2.4. Bounces....4 2.5. Email unsubscribe requests....5

More information

Email Marketing Features

Email Marketing Features Email Marketing Features ECampaign101 Email Marketer is a true all in one communications platform and includes everything you need to create, send and track professional HTML emails, autoresponders, surveys,

More information

INBOX. How to make sure more emails reach your subscribers

INBOX. How to make sure more emails reach your subscribers INBOX How to make sure more emails reach your subscribers White Paper 2011 Contents 1. Email and delivery challenge 2 2. Delivery or deliverability? 3 3. Getting email delivered 3 4. Getting into inboxes

More information

Guide to Effective EMAIL MARKETING

Guide to Effective EMAIL MARKETING Guide to Effective EMAIL MARKETING Online marketing has become an important channel in today s marketplace, as well as a very cost-effective way to strengthen your customer relationships or reach new prospects.

More information

Part 1: Create. Subject line From name Text Content Avoiding the spam trap Images Hyperlinks Mobile design

Part 1: Create. Subject line From name Text Content Avoiding the spam trap Images Hyperlinks Mobile design Table of Contents Subject line... 2 From name and email address... 3 Text Content... 3 Avoiding the spam trap... 6 Images... 7 Hyperlinks... 8 Email rendering... 10 Mobile design... 11 Whitelisted servers...

More information

A Whitepaper of Email Marketing Questions and Answers Email Marketing 101: Tips to Maximize Email Results

A Whitepaper of Email Marketing Questions and Answers Email Marketing 101: Tips to Maximize Email Results A Whitepaper of Email Marketing Questions and Answers Email Marketing 101: Tips to Maximize Email Results Page 0 of 8 Introduction This document summarizes the questions that were asked during the session

More information

HTML TIPS FOR DESIGNING

HTML TIPS FOR DESIGNING This is the first column. Look at me, I m the second column.

More information

Better Email Marketing: Making Sure Your Messages Get Read & Acted On

Better Email Marketing: Making Sure Your Messages Get Read & Acted On Better Email Marketing: Making Sure Your Messages Get Read & Acted On Better Email Marketing What to Know Where to Start What to Watch Out For Information You Need to Gather About Your Audience How to

More information

Email Marketing Features

Email Marketing Features Email Marketing Features JPC s Email Marketer includes everything you need to create, send and track professional HTML emails. It is fullyfeatured email marketing software which has been developed by marketing

More information

Email Design No-No s Guide for Non-Designers

Email Design No-No s Guide for Non-Designers Introduction: Graphic designers are experts for a reason through training and experience they have developed an eye for what is visually appealing and what draws a reader in. But knowledge of attractive

More information

The Email Marketing Performance Booster

The Email Marketing Performance Booster The Email Marketing Performance Booster Table of Contents An Introduction to Email Marketing...2 - Design & Delivery Common Mistakes to Avoid A Design That s Just Too Big...4 Ignorance of the Law...4 Faiure

More information

e-shot Unique Deliverability

e-shot Unique Deliverability e-shot Unique Deliverability Email Deliverability What is Email Deliverability? Email deliverability s aim is to maximise the number of email messages that reach the intended recipients inboxes. It is

More information

Reporting - Bounce rates

Reporting - Bounce rates Reporting - Bounce rates An email that doesn't get delivered, is referred to as bounced. The bounce rate refers to the percentage of email addresses in your contact list that didn t receive your message

More information

Guidelines for Effective Email Creative

Guidelines for Effective Email Creative Guidelines for Effective Email Creative While the need for quality and effective design has always existed from a marketing standpoint, challenges unique to the email space require a different look at

More information

A Rough Guide to E-newsletter Marketing

A Rough Guide to E-newsletter Marketing A Rough Guide to E-newsletter Marketing Content 1 2 3 4 5 6 7 8 Why use email marketing What email marketing can deliver It all starts with data How to design effective email Writing great email Wait!

More information

Caldes CM2: Marketing Emails Support Document v1.12

Caldes CM2: Marketing Emails Support Document v1.12 Caldes CM2: Marketing Emails Support Document v1.12 Caldes Enterprise software can be used to send out marketing email. Due to the nature of these being bespoke designs, Caldes make a one off charge to

More information

How To Prevent Spam From Being Filtered Out Of Your Email Program

How To Prevent Spam From Being Filtered Out Of Your Email Program Active Carrot - Avoiding Spam Filters Table of Contents What is Spam?... 3 How Spam Filters Work... 3 Avoid these common mistakes... 3 Preventing False Abuse Reports... 4 How Abuse Reports Work... 4 Reasons

More information

CommuniGator. Guide to Email Marketing

CommuniGator. Guide to Email Marketing CommuniGator Guide to Email Marketing Introduction We all send emails every day whether it be to friends, family or for work purposes; but unlike the one-to-one messages email marketing enables sending

More information

So before you start blasting campaigns, check out these common mistakes that email-marketing rookies often make.

So before you start blasting campaigns, check out these common mistakes that email-marketing rookies often make. Hello. If you re new to email marketing, you re probably excited about sending out lots of emails to your customers. But if you re in a rush, you might end up sending emails to people who have forgotten

More information

Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly

Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly The use of personal digital assistants (PDAs) has increased exponentially since the early days of rudimentary Palm Pilots and similar

More information

Dynamics CRM for Outlook Basics

Dynamics CRM for Outlook Basics Dynamics CRM for Outlook Basics Microsoft Dynamics CRM April, 2015 Contents Welcome to the CRM for Outlook Basics guide... 1 Meet CRM for Outlook.... 2 A new, but comfortably familiar face................................................................

More information

GETTING STARTED QUICK GUIDE

GETTING STARTED QUICK GUIDE GETTING STARTED GUIDE Understanding The Basics Of Using Pinpointe In 1 Minutes or Less Let s Begin Create Custom Fields Create Email Campaign Load Contact Lists Add Social Sites Send Campaign TABLE OF

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Email Marketing Features

Email Marketing Features Email Marketing Features intouch Email Marketer is a true all-in-one communications platform and includes everything you need to create, send and track professional HTML emails, autoresponders, surveys,

More information

Best Practices: How To Improve Your Survey Email Invitations and Deliverability Rate

Best Practices: How To Improve Your Survey Email Invitations and Deliverability Rate Best Practices: How To Improve Your Survey Email Invitations and Deliverability Rate Below, you will find some helpful tips on improving your email invitations and the deliverability rate from a blog post

More information

INinbox Start-up Pack

INinbox Start-up Pack 2 INspired Email Marketing This is what you should know about sending emails through INinbox and how to get started! Thanks for joining INinbox. choice. You ve made a great In front of you, you find the

More information

CommuniGator. Guide to email marketing

CommuniGator. Guide to email marketing CommuniGator Guide to email marketing Guide to email marketing Introduction We all send emails every day whether it be to friends, family or for work purposes; but unlike the one-to-one messages email

More information

Do You Know Your Email Marketing?

Do You Know Your Email Marketing? Knowledge Guide: Do You Know Your Email Marketing? Analysis of the Email Marketing Quiz virtualroi May 2010 by: Sally Lowery Online Marketing Manager Analysis of the Email Marketing Quiz The virtualroi

More information

Fundamental Tips for Leveraging Email to Drive Restaurant Sales: Part I

Fundamental Tips for Leveraging Email to Drive Restaurant Sales: Part I Fundamental Tips for Leveraging Email to Drive Restaurant Sales: Part I Getting your email message to the recipient s inbox is the first step in driving restaurant sales with email messages. This article

More information

Email Marketing Best Practices. How To Grow Your Email List, Ensure Deliverability & Increase Engagement

Email Marketing Best Practices. How To Grow Your Email List, Ensure Deliverability & Increase Engagement Email Marketing Best Practices How To Grow Your Email List, Ensure Deliverability & Increase Engagement Email Marketing Best Practices How To Grow Your Email List, Ensure Deliverability & Increase Engagement

More information

RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR

RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR RESPONSIVE EMAIL DESIGN According to stats from Litmus, in 2014 at least 53% of emails were opened on a mobile device. That is a huge increase from 2011 when the

More information

E-MAIL FILTERING FAQ

E-MAIL FILTERING FAQ V8.3 E-MAIL FILTERING FAQ COLTON.COM Why? Why are we switching from Postini? The Postini product and service was acquired by Google in 2007. In 2011 Google announced it would discontinue Postini. Replacement:

More information

Email Marketing. Topic E- Marketing Tutorial 25. This tutorial will provide you with guidelines, tips and tricks to succeed in email marketing.

Email Marketing. Topic E- Marketing Tutorial 25. This tutorial will provide you with guidelines, tips and tricks to succeed in email marketing. Topic E- Marketing Tutorial 25 Email Marketing This tutorial will provide you with guidelines, tips and tricks to succeed in email marketing. Reading time: 15 minutes Prerequisite: None 1. What is email

More information

BUILDING A PERMISSION- BASED EMAIL MARKETING LIST

BUILDING A PERMISSION- BASED EMAIL MARKETING LIST BUILDING A PERMISSION- BASED EMAIL MARKETING LIST Say Please Before Hitting Send InfoUSA wants email marketers to know that you have two choices: You can either send unsolicited email or send email to

More information

Basic E- mail Skills. Google s Gmail. www.netliteracy.org

Basic E- mail Skills. Google s Gmail. www.netliteracy.org Email it s convenient, free and easy. Today, it is the most rapidly growing means of communication. This is a basic introduction to email and we use a conversational non- technical style to explain how

More information

SCORECARD EMAIL MARKETING. Find Out How Much You Are Really Getting Out of Your Email Marketing

SCORECARD EMAIL MARKETING. Find Out How Much You Are Really Getting Out of Your Email Marketing EMAIL MARKETING SCORECARD Find Out How Much You Are Really Getting Out of Your Email Marketing This guide is designed to help you self-assess your email sending activities. There are two ways to render

More information

The Basics of Email Marketing

The Basics of Email Marketing The Basics of Email Marketing YOU RE SMART TO EXPLORE EMAIL MARKETING You realize the value in staying in touch with your customers through email, but you may not be sure where to start. Let s face it

More information

emarketer system Benefits

emarketer system Benefits emarketer system Impart media s emarketer system, our all-in-one email marketing software, includes everything you need to create, send, track and profit from email marketing. As well as newsletters, the

More information

T5he Ultimate Guide to Marketing Automation Implementation

T5he Ultimate Guide to Marketing Automation Implementation T5he Ultimate Guide to Marketing Automation Implementation www.salesfusion.com Contents 1. Teaching your CRM to play nice with marketing automation p4 2. Segmenting email campaign recipients p6 3. Creating

More information

www.salesfusion.com WEBSITE VISITOR TRACKING How website visitor tracking can improve your pipeline

www.salesfusion.com WEBSITE VISITOR TRACKING How website visitor tracking can improve your pipeline www.salesfusion.com WEBSITE VISITOR TRACKING How website visitor tracking can improve your pipeline 2 In the Marketing Automation Dark Ages......of the early 2000s, marketers could only monitor website

More information

Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.

Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. 2001 2014 EdgeWave. All rights reserved. The EdgeWave logo is a trademark of EdgeWave Inc. All other trademarks and registered trademarks are hereby acknowledged. Microsoft and Windows are either registered

More information

Knowledge Guide: Deliverability. Your Reputation Holds the Key to Deliverability. virtualroi May 2009. by: Return Path

Knowledge Guide: Deliverability. Your Reputation Holds the Key to Deliverability. virtualroi May 2009. by: Return Path Knowledge Guide: Deliverability Your Reputation Holds the Key to Deliverability virtualroi May 2009 by: Return Path Your Reputation Holds the Key to Deliverability Twenty percent of legitimate email never

More information

Email Deliverability Best Practices

Email Deliverability Best Practices Email Deliverability Best Practices Prepared by Email Deliverability Services December 2011 Email Deliverability Best Practices Table of Contents Summary... 1 Creative Best Practices... 2 Subject Line

More information

INTERSPIRE EMAIL MARKETER

INTERSPIRE EMAIL MARKETER INTERSPIRE EMAIL MARKETER Interspire Pty. Ltd. User s Guide Edition 1.3 April 2009 3 About This User s Guide How to Use This User s Guide This user s guide describes Interspire Email Marketer s Graphical

More information

A GUIDE TO TRANSACTIONAL EMAIL. v 2.0

A GUIDE TO TRANSACTIONAL EMAIL. v 2.0 A GUIDE TO TRANSACTIONAL EMAIL v 2.0 Table of Contents / 3 Intro To Transactional Email / 4 Transactional v. Bulk Email / 5 Why Is Transactional Email Important? / 6 What Are The Downfalls? / 7 How To

More information

Email Marketing Glossary of Terms

Email Marketing Glossary of Terms Email Marketing Glossary of Terms A/B Testing: A method of testing in which a small, random sample of an email list is split in two. One email is sent to the list A and another modified email is sent to

More information

Email Marketing Do s and Don ts A Sprint Mail Whitepaper

Email Marketing Do s and Don ts A Sprint Mail Whitepaper Email Marketing Do s and Don ts A Sprint Mail Whitepaper Table of Contents: Part One Email Marketing Dos and Don ts The Right Way of Email Marketing The Wrong Way of Email Marketing Outlook s limitations

More information

Beginner s Guide to MailChimp

Beginner s Guide to MailChimp Beginner s Guide to MailChimp Before you start To send emails out using MailChimp you need to put together a list of names and email addresses. You can create as many lists as you want, but you might find

More information

Guide to B2B email marketing. Part Three: Building great emails

Guide to B2B email marketing. Part Three: Building great emails Guide to B2B email marketing Part Three: Building great emails Executive Summary of Recommendations Take a look at our guidelines for building great emails in this quick, at-a-glance format Technical Email

More information

Making Responsive Emails

Making Responsive Emails Making Responsive Emails Who Am I? Justine Jordan Wearer of Many Hats, Litmus @meladorri @litmusapp #CSSsummit litmus.com/lp/csssummit Sample HTML, slides, templates, frameworks, and other goodies. Disclaimer:

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

How To Avoid Spam On Mailchimp

How To Avoid Spam On Mailchimp Welcome to MailChimp. Email doesn't need to be overwhelming. This guide will help you get your first campaign off the ground. We ll also offer tips for managing your list, viewing your reports, and making

More information

Build Your Mailing List

Build Your Mailing List Introduction MailChimp makes it fun and easy to send email newsletters, manage subscriber lists and track newsletter performance, but what does that have to do with you? Why should churches be concerned

More information

Email Deliverability:

Email Deliverability: Email Deliverability: A guide to reaching your audience Email deliverability is a key factor in email campaign performance. Understanding how email deliverability is calculated and how it affects your

More information

Email Marketing. Send beautiful email campaigns, track the results and manage your subscribers. For further information, call 01202 232839 or email

Email Marketing. Send beautiful email campaigns, track the results and manage your subscribers. For further information, call 01202 232839 or email Email Marketing Send beautiful email campaigns, track the results and manage your subscribers. For further information, call 01202 232839 or email info@europastudio.co.uk Copyright 2004-2012 Europa Studio.

More information

MagnetMail Training Guide

MagnetMail Training Guide MagnetMail Training Guide Upload E-mail Addresses to a Group Overview Each month Steven Schlossman at the National Office sends Chapter Administrators a Chapter Export report. The report includes the e-mail

More information

Your Success Is MTD s Success!

Your Success Is MTD s Success! Your Success Is MTD s Success! These guides and requirements have been created by MTD to help ensure greater success in your email campaigns. Please have all team members read their relevant section below:

More information

The A Z of. Email Design

The A Z of. Email Design The A Z of Email Design Table of Contents A Z of Email Design Introduction 3 1. Planning 4 A. Email length 4 B. Audience 4 C. Scheduling 4 2. Content 4 D. Content considerations 4 Why Consumers Open Emails

More information

A quick guide to... Permission: Single or Double Opt-in?

A quick guide to... Permission: Single or Double Opt-in? A quick guide to... Permission: Single or Double Opt-in? In this guide... Learn how to improve campaign results by sending new contacts a confirmation email to verify their intention to join. Table of

More information

Email Marketing Campaign Guidelines

Email Marketing Campaign Guidelines Email Marketing Campaign Guidelines Marketing campaigns have a wide variety of objectives including brand awareness, database numbers, sales targets and of course timelines and budgets. With Email Marketing

More information

This book does not contain affiliate links. Copyright 2009 Jodi Kaplan

This book does not contain affiliate links. Copyright 2009 Jodi Kaplan You may email, print, or post this report freely. Just leave it intact, don t change it, and keep it as a PDF file. You may republish excerpts as long as you attribute them to this e-book and link back

More information

A Beginner s Guide to Email Marketing. Version 1.0 Released October 2012

A Beginner s Guide to Email Marketing. Version 1.0 Released October 2012 Released October 2012 Contents Introduction... 3 The campaign... 3 Email marketing systems... 3 Timing & frequency... 3 The database... 4 Building your own list... 4 Double opt in process... 4 Purchasing

More information

Creating an Email with Constant Contact. A step-by-step guide

Creating an Email with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information