How To Write An From An Ipad To An Address In India

Size: px
Start display at page:

Download "How To Write An Email From An Ipad To An Email Address In India"

Transcription

1 A Designer's Guide to HTML s There are a whole host of ingredients that contribute to a good marketing campaign. Permission, relevance, timeliness and engaging content are all important. Even so, the biggest challenge for designers still remains building an that renders well across all the popular clients. As we all know the reality is that most of the mail clients block images to new s from unknown senders and for good reason. This means you simply have to assume that your first and arguably most important HTML will arrive without any supporting imagery. If your branding and identification is tied to images, your arrives nude and punched full of holes not a good first impression. We needed something that at least looked vaguely legible and professional if the recipient nixed the pics. The Strange World of Mail Clients From our initial testing, we found we could split most mail clients into one of three main groups: 1. The Angel s Choir: This group of mail clients have strong and generally reliable HTML rendering capabilities, and includes Thunderbird, Apple Mail, and Opera Mail. Hand them your song sheet and they ll mostly sing it back to you note-perfect. You can essentially treat these mail clients as if they are normal, modern browsers. 2. The Muddlers: This group includes the majority of the remaining mail clients and includes Outlook 2003, Outlook Express, and Yahoo Mail. While you ll probably encounter some variability in their renderings often in text size and margins/padding the Muddlers will generally honor your page layout. Any issue that can t be easily fixed is most often trivial enough to accept. These clients are like IE6 irritating in a vaguely predictable way.

2 3. The Legion of Doom: This is an insidious crew of desperadoes led by the Evil Outlook 2007 and also including Gmail, Hotmail, and Lotus Notes. Each uses their own unique but evil super-powers to subvert and destroy your HTML rendering. As this is the problem group, I ll expand a little more on them. Outlook 2007: No background-image support whosoever. Almost no CSS positioning support. Patchy general CSS support. Gmail: Actively strips all background images and will remove backgroundcolor information too if you re not careful in how you declare it. Rewrites your with a tangled web of random CSS classes that make it almost impossible to track which rule is doing what. Lotus Notes: Crazy like a fox. Again, removes all backgrounds and has scant regard for padding and margins. Getting Started on the Right Foot Make no mistake, HTML is a complete and utter minefield. There are very few rules that you can rely upon across all mail clients, so unless you have extensive personal experience to draw on, you re most likely going to want start with a template that gets most of the fundamentals right. ( icubes Platform provide an excellent range of templates that will get you off on the right foot.) As we all know, especially in the Indian Context, there is a greater tendency for users to read their HTML in a webmail environment (i.e. Gmail, Yahoo Mail, etc). A quick glance at any of these clients will show they all devote extra horizontal space to advertising and tertiary navigation, leaving less width for your content. While this

3 isn t ideal for presenting your content, the alternative is worse some of the mainstream webmail clients feature cropped or horizontally scrolling content. For many campaigns (especially newsletters), the header banner is a major consideration for many designers. The simplest approach is always to put your title and branding into one large banner image and embed the whole thing. Of course on the down side, this leaves your faceless and unbranded if images are blocked (often the default situation now). For the example illustrated here, we decided to have an each way bet with our banners. The SitePoint Design View text is actually real text, colored and positioned with inline CSS; this means the newsletter will at least clearly identify itself, even if images are blocked. Likewise, the default positioning doesn t look so terrible if CSS positioning isn t supported. We ve included the graphical part of the logo (the brackety part) in the background image of the banner, working on the assumption that if background images are supported, then so should the CSS positioning required to align it with the text. Some might say this is a risky assumption, but so far it s yet to prove wildly incorrect. Of course, there s always next week. We don t claim this blending of real text and background images is the only way to tackle the issue or even the best way for that matter but we re sticking with it for now.

4 Part II The Initial Testing Phase So, let s assume you ve started with a template and come up with a HTML design you re happy with. You re going to need to start preliminary testing. Although there are plenty of alternatives for sending your test s, Thunderbird could be the easiest. Once you have Thunderbird set up: 1. Select and copy your HTML template to your clipboard. 2. Create a new in Thunderbird, then select and delete any signatures automatically included. 3. Click inside the text area and go to Insert > HTML a text box will pop up, allowing you to paste your HTML in. 4. Hit Insert and you ll be ready to send. However you may not currently use Thunderbird as your default mail client, and indeed, may not wish to. If this is the case, consider creating a new Gmail account and using Gmail s SMTP/POP server settings to send your test mail from Thunderbird. This will keep your everyday clean and separate from your testing mail.

5 You can also set up groups in Thunderbird (referred to as Mailing Lists ) that enable you to send to a number of different addresses (and clients) from one address. For our own early testing stage, the group included: The default Thunderbird account a Gmail account a Yahoo mail account an MS Outlook 2007 account These certainly aren t the only clients you might consider for early testing, but they gave us a reasonable snapshot of where we were at throughout the process. The one really useful thing we (well, Brothercake) did discover during this phase is that, like IE, Outlook DOES support conditional comments. While in many ways this is cold comfort, it at least allows you to remove items that have no chance of working in Outlook 2007 (such as forms and complex positioning CSS). However, beware. This is dark magic, so use it with care and not at all if you can help it.

6 Part III The Final Testing Phase Okay, so you have a template that appears to be behaving itself in your smaller test group. It s probably time to bite the bullet and go to an testing service. Better to do testing across major Web-based clients & Desktop clients Web-based clients Gmail Rediffmail.com MSN Hotmail Windows Live Hotmail Yahoo! Classic Yahoo! Mail Desktop clients Lotus Notes Outlook 2003 Outlook 2007 Outlook Express 6 Outlook XP Thunderbird While this certainly seems like a pretty comprehensive test list (especially compared to the five or six browsers you might typically test a web design on), it s still not quite enough for you to let your guard down as we found out the hard way.

7 As we were preparing to send the first edition of the new mailer, our testing team still reported seeing serious layout issues in Gmail. Yet I d put quite a lot of time into smoothing over the Gmail issues and could see none of the problems he was reporting. After arguing over IM for about 30 minutes, we realized that I was viewing the template in Gmail in Firefox, and he was viewing the same template in Gmail in Internet Explorer 7! Cue sound of small denomination coin falling. Of course, this is common sense when you think about it, but it effectively means you really need to see four versions of each of the nine web-based clients tested each webmail client in Firefox, IE7, Safari, and Opera..

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

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

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

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

Table of Contents Desktop PC and Apple Mac email applications Web and mobile device email readers Find out more about NewZapp

Table of Contents Desktop PC and Apple Mac email applications Web and mobile device email readers Find out more about NewZapp Table of Contents Why is email display an issue in email marketing?... 2 Expert Email Design... 3 Quick look-up overview... 4 Desktop PC and Apple Mac email applications... 5 Outlook 2007-2016... 6 Content

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

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

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

HTML TIPS FOR DESIGNING

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

More information

A GUIDE TO MOBILE EMAIL

A GUIDE TO MOBILE EMAIL A GUIDE TO MOBILE EMAIL UNDERSTANDING THE WHAT, HOW & WHY TABLE OF CONTENTS EMAILS OPENED ON MOBILE? 1 Email open market share 2011-2013 WHAT DOES THIS MEAN? 2 FIRST THINGS FIRST 2 From and Subject Lines

More information

Mobile Friendly Email Design

Mobile Friendly Email Design Mobile Friendly Email Design Create emails that look good on every device. A guide by Mobile friendly email design Contents Why Design for Mobiles?...3 You Must Optimise for Mobiles...4 Mobile User s Behvaiour...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

How To Design An Email In Html (Html) And Html (Mailbox) Safely

How To Design An Email In Html (Html) And Html (Mailbox) Safely 24 WAYS to impress your friends At some stage in your career, it s likely you ll be asked by a client to design a HTML email. Before you rush to explain that all the cool kids are using social media, keep

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

BlueHornet Whitepaper

BlueHornet Whitepaper BlueHornet Whitepaper Best Practices for HTML Email Rendering BlueHornet.com Page Page 1 1 2007 Inc. A wholly owned subsidiary of Digital River, Inc. (619) 295-1856 2150 W. Washington Street #110 San Diego,

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

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

HTML EMAIL MARKETING GUIDE

HTML EMAIL MARKETING GUIDE @ HTML EMAIL MARKETING GUIDE LET S GET STARTED! Many email marketing products like Pinpointe include a WYSIWYG + HTML editor and templates so you can easily design cool-looking HTML Emails. Before getting

More information

Successful Email Signatures

Successful Email Signatures Successful Email Signatures Simple techniques for creating a high impact email signature Search Engine Optimisation (SEO). Pay Per Click (PPC) Social Media Marketing. International SEO. Web Design Ecommerce.

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

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

Email Marketing. 023 8022 7117 www.atelier-studios.com @atelierstudios. Version 1.0

Email Marketing. 023 8022 7117 www.atelier-studios.com @atelierstudios. Version 1.0 Email Marketing Version 1.0 Atelier Studios Limited 19A London Road Southampton Hampshire SO15 2AE UK Email Marketing Email marketing is an excellent way of promoting products, services and events direct

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

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

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

Redesigning Email Campaigns for Mobile

Redesigning Email Campaigns for Mobile Redesigning Email Campaigns for Mobile Kim Mateus Digital Marketing Strategist @KimMateus Calie Brennan Senior UX Designer @CalieDesigns Agenda The Mobile Landscape Understanding your mobile recipients

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

Designing HTML emailers

Designing HTML emailers 24 SEPTEMBER 2015 Designing a beautiful but functional HTML emailer can be challenging for the most experienced designer, especially if you don t have a lot of experience working with code. This guide

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

10 Tactics and Tips to Take Your Email Marketing Program to the Next Level

10 Tactics and Tips to Take Your Email Marketing Program to the Next Level 10 Tactics and Tips to Take Your Email Marketing Program to the Next Level Brought to you by em+c, a Target Marketing Group Publication www.emarketingandcommerce.com 10 Tactics and Tips to Take Your Email

More information

Best Practices for Email Marketing With imodules

Best Practices for Email Marketing With imodules Best Practices for Email Marketing With imodules Overview Communication is fundamental in building valuable relationships with your constituents. Emails can be up to 20 times more cost effective and generate

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

Responsive Email Design. Our guide to helping you get started. August 2012 Version 0.2

Responsive Email Design. Our guide to helping you get started. August 2012 Version 0.2 Responsive Email Design Our guide to helping you get started August 2012 Version 0.2 Contents Introduction... 3 What is Responsive Design?... 4 What about email?... 5 So what are the pros and cons?...

More information

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

The Informz 2012 Association Email Marketing Benchmark Report

The Informz 2012 Association Email Marketing Benchmark Report The Informz 2012 Association Email Marketing Benchmark Report Table of Contents Introduction Email Marketing Metrics Key Findings Results Overall Association Metrics Results by Email Type Results by Country

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

Mobile Device Design Tips For Email Marketing

Mobile Device Design Tips For Email Marketing WHITEPAPER Top 10 Mobile Device Design Tips for Email In case you haven t noticed, mobile devices are literally everywhere. We re texting more than ever, shopping online, downloading apps, playing games,

More information

How To Use Email Marketing To Retain Loyal Customers

How To Use Email Marketing To Retain Loyal Customers Brick N Mortar Success Series How To Use Email Marketing To Retain Loyal Customers Powered By Belly 1 WHY EMAIL MARKETING? Let s say Bethany visits your restaurant and loves her meal and the service. She

More information

Module 1. Internet Basics. Participant s Guide

Module 1. Internet Basics. Participant s Guide Module 1 Internet Basics Participant s Guide Module 1: Internet Basics Objectives By the end of this training, you will be able to: Computer & Internet Basics Know the basic components of a computer and

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

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

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

Designing a Marketing Email That Works

Designing a Marketing Email That Works Designing a Marketing Email That Works Tips for designing marketing emails that get opened and help your business grow. 2013 Copyright Constant Contact, Inc. 13-3450 2013 Copyright Constant Contact, Inc.

More information

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps.

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps. The Beginners Guide Table of Contents 03 04 05 06 34 35 What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps See Live Examples Need More Help? What is ProSite?

More information

Create Email Signature for the Scott County Family Y

Create Email Signature for the Scott County Family Y Create Email Signature for the Scott County Family Y This document details the procedure for creating the Y logo ed email signature for each of the email clients used at the Scott County Family Y Use the

More information

RESPONSIVE DESIGN FOR MOBILE RENDERING

RESPONSIVE DESIGN FOR MOBILE RENDERING WHITEPAPER RESPONSIVE DESIGN FOR MOBILE RENDERING DELIVER MOBILE-SPECIFIC CONTENT USING MEDIA QUERIES EXECUTIVE SUMMARY With the widespread adoption of smartphones and tablets, proper email rendering in

More information

A Melissa Data White Paper. 10 Key Elements in Email Campaign Strategy & Design

A Melissa Data White Paper. 10 Key Elements in Email Campaign Strategy & Design A Melissa Data White Paper 10 Key Elements in Email Campaign Strategy & Design 2 10 Key Elements in Email Campaign Strategy & Design Email marketing is a powerful tool that allows you to reach thousands

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

Sending Email on Blue Hornet

Sending Email on Blue Hornet Sending Email on Blue Hornet STEP 1 Gathering Your Data A. For existing data from Advance or Outlook, pull email address, first name, last name, and any other variable data you would like to use in the

More information

Email marketing campaign guidelines SMS-Timing clients

Email marketing campaign guidelines SMS-Timing clients Email marketing campaign guidelines SMS-Timing clients Copyright 2013 B&MI s.a. Page 1 CONTENTS Introduction... 3 Prepare your contents... 5 Choose one topic per campaign... 5 Write your contents... 5

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

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

ontact How to publish an effective digital church newsletter Department of Communications THE OKLAHOMA UNITED METHODIST

ontact How to publish an effective digital church newsletter Department of Communications THE OKLAHOMA UNITED METHODIST How to publish an effective digital church newsletter Department of Communications ontact THE OKLAHOMA UNITED METHODIST Contactwww.okumc.org Slide 2 What we will cover What is a digital (electronic) newsletter?

More information

The Top 10 Reasons You Need an Email Marketing Service. Email Marketing from Constant Contact

The Top 10 Reasons You Need an Email Marketing Service. Email Marketing from Constant Contact Email Marketing from Constant Contact The Top 10 Reasons You Need an Email Marketing Service Constant Contact, Inc. 1601 Trapelo Road, Suite 329 Waltham, MA 02451 www.constantcontact.com Email marketing

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

FLYING ABOVE INDUSTRY STANDARD?

FLYING ABOVE INDUSTRY STANDARD? FLYING ABOVE INDUSTRY STANDARD? BENCHMARK REPORT H1 2013 CONTENTS WELCOME TO THE H1 2013 BENCHMARK REPORT! This benchmark report (Half 1 2013) covers email activity from January - June 2013 and a wealth

More information

HOW TO: INSERT A JPEG IN AN EMAIL.

HOW TO: INSERT A JPEG IN AN EMAIL. HOW TO: INSERT A JPEG IN AN EMAIL. Have you been wanting to use marketing materials from Legal & General America but don t know how? Here s the answer. WHAT? Email is one of the fastest ways to send promotional

More information

Email Design Checklist

Email Design Checklist TAMARAGIELEN w w w. t a m a r a g i e l e n. c o m Email Design Checklist Tamara Gielen Email Marketing Consultant +32 477 666 930 tamara@tamaragielen.com www.tamaragielen.com Email Design Checklist Envelope

More information

Discovery and Planning

Discovery and Planning Hello If you re a web designer, and you ve been put in charge of your very first email-marketing gig, we wrote this for you. We ll cover all the things you need to consider when working on (and billing

More information

The Birth of Responsive Email Templates

The Birth of Responsive Email Templates The Birth of Responsive Email Templates The Birth of Responsive Email Templates The adoption of mobility solution at the enterprise level is simply becoming more relentless in order to engage more and

More information

How is Webmail Different than Microsoft Outlook (or other e-mail program)?

How is Webmail Different than Microsoft Outlook (or other e-mail program)? What is Webmail? Webmail (also called Outlook Web Access) is Internet-based software which allows you to access your Hartwick e-mail account from any computer that is connected to the Internet. How is

More information

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade Exercise: Creating two types of Story Layouts 1. Creating a basic story layout (with title and content)

More information

2014 Association Email Marketing. Benchmark Report. www.informz.com

2014 Association Email Marketing. Benchmark Report. www.informz.com 2014 Association Email Marketing Benchmark Report www.informz.com Table of Contents 03 Benchmarking Data for Strategic Email Marketing 04 The Details about the Data 05 Key Email Marketing Metrics 06 Key

More information

MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE E-MAILS

MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE E-MAILS MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE E-MAILS Last Edited: 2012-07-09 1 Read Emails... 4 Find the inbox... 4 Change new incoming e-mail notification options... 5 Read email... 6 Change

More information

Email Marketing Design & Rendering: The New Essentials

Email Marketing Design & Rendering: The New Essentials whitepaper Email Marketing Design & Rendering: The New Essentials Overview Design is vital to the success of your email marketing program. But what does good email design really entail? How do you ensure

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

Responsive Email Design Guide. The fundamentals of designing and building mobile optimized email

Responsive Email Design Guide. The fundamentals of designing and building mobile optimized email Responsive Email Design Guide The fundamentals of designing and building mobile optimized email With the rapid increase of smartphone and tablet adoption, mobile email opens are growing exponentially every

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

How to Create and Send Newsletter Using G-Lock EasyMail

How to Create and Send Newsletter Using G-Lock EasyMail How to Create and Send Newsletter Using G-Lock EasyMail Beginner s Guide 1 Page Table of Contents 1. Create E-Mail Account 3 2. Create Contact Group. 5 3. Import Contacts from External Database. 6 4. Compose

More information

Your First Email Marketing Project

Your First Email Marketing Project 0 If you re a web designer, and you ve been put in charge of your very first email marketing gig, we wrote this for you. It s a list of all the things you need to consider when you work on (and bill for)

More information

MAIL MERGE MADE EASY A STEP-BY-STEP GUIDE FOR LABELS OR EMAIL MERGES

MAIL MERGE MADE EASY A STEP-BY-STEP GUIDE FOR LABELS OR EMAIL MERGES MAIL MERGE MADE EASY A STEP-BY-STEP GUIDE FOR LABELS OR EMAIL MERGES WHY MAIL MERGE? Labels: Mail merge in Office lets you convert your contact list data into a sheet of mailing labels, with complete control

More information

How to Use Embedded Images

How to Use Embedded Images Tutorial How to Use Embedded Images Overview: For years now, finding a way to keep email clients from blocking images embedded into HTML emails has been the Holy Grail of email marketing. No matter which

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

Email Marketing Strategy Guide NewZapp.co.uk - 2007. Introduction. Where are you now?

Email Marketing Strategy Guide NewZapp.co.uk - 2007. Introduction. Where are you now? Email Marketing Strategy Guide NewZapp.co.uk - 2007 Introduction In recent years Email Marketing has seen huge growth in the UK and worldwide. In this document we ll look at the key areas of an Email Marketing

More information

How to Whitelist Conroe748 Email

How to Whitelist Conroe748 Email How to Whitelist Conroe748 Email Gmail, Outlook, AOL, Yahoo, Hotmail and Other Internet Service Providers Below is information on how to whitelist email messages from Conroe Lodge #748 with AOL, Yahoo,

More information

Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder

Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder The All New Drag & Drop Email Builder from Net-Results Contents I. Introduction II. Overview - The Canvas & Builder Tools III. The

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

How to craft a modern, mobile-optimized HTML email template. Jason Samuels, NCFR IT Manager DrupalCamp Twin Cities May 2012

How to craft a modern, mobile-optimized HTML email template. Jason Samuels, NCFR IT Manager DrupalCamp Twin Cities May 2012 How to craft a modern, mobile-optimized HTML email template Jason Samuels, NCFR IT Manager DrupalCamp Twin Cities May 2012 Our old email template Pros Simple Lightweight Worked as plain-text Rendered OK

More information

Customer Loyalty & Repeat Business with Email Marketing

Customer Loyalty & Repeat Business with Email Marketing Customer Loyalty & Repeat Business with Email Marketing CUSTOM DESIGNED TEMPLATES DO-IT-YOURSELF FULL SERVICE HANDS-ON SUPPORT REPORTING IN REAL TIME MANAGE AND BUILD MAILING LISTS LEADING DELIVERABILITY

More information

Quick Start Guide. Microsoft Outlook 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Quick Start Guide. Microsoft Outlook 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Start Guide Microsoft Outlook 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Make it yours Customize Outlook. Choose different color

More information

Read Me! Click Me! Innovations in Email Invitation Design for Today s Digital World. Ted Saunders. Alexa Kessler

Read Me! Click Me! Innovations in Email Invitation Design for Today s Digital World. Ted Saunders. Alexa Kessler Read Me! Click Me! Innovations in Email Invitation Design for Today s Digital World Ted Saunders Manager - Digital Solutions MaritzCX Alexa Kessler Analyst - Quality, Loyalty & Brand Research Market Intelligence

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

C D L R U S E R I N T E R F A C E & W E B S I T E R E D E S I G N B R I E F. The Toolbar

C D L R U S E R I N T E R F A C E & W E B S I T E R E D E S I G N B R I E F. The Toolbar Paul Heussner The Center for Distance Learning Research February 2008 C D L R U S E R I N T E R F A C E & W E B S I T E R E D E S I G N B R I E F This brief is designed for the CDLR management and programming

More information

CLEAN CODE FOR COMPLEX EMAILS

CLEAN CODE FOR COMPLEX EMAILS CLEAN CODE FOR COMPLEX EMAILS With the increased popularity of mobile devices, good email development has become more important than ever. Design studios are working hard to keep up with trends and deliver

More information

HOW TO SURVIVE LIFE AFTER OUTLOOK

HOW TO SURVIVE LIFE AFTER OUTLOOK A COMPLETE GUIDE HOW TO SURVIVE LIFE AFTER OUTLOOK The (Former) Microsoft Outlook User s Guide to Gmail 1 HOW TO SURVIVE LIFE AFTER OUTLOOK: The (Former) Microsoft Outlook User s Guide to Gmail SHARE THIS

More information

THUNDERBIRD SETUP (STEP-BY-STEP)

THUNDERBIRD SETUP (STEP-BY-STEP) Jim McKnight www.jimopi.net Thunderbird_Setup.lwp revised 12-11-2013 (Note1: Not all sections have been updated for the latest version of Thunderbird available at the time I verified that Section. Each

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

Quick Start Guide. Microsoft Outlook 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Quick Start Guide. Microsoft Outlook 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Start Guide Microsoft Outlook 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Make it yours Customize Outlook. Choose different color

More information

Getting Started with Automizy

Getting Started with Automizy Getting Started with Automizy The Basics To help you get started, this guide will show you exactly how simple it is to use Automizy to combine automated multi-channel communication into your overall marketing

More information

MAKE EMAIL BETTER LEARN / BUILD / PREVIEW TROUBLESHOOT / OPTIMIZE TEST / TRACK / ENGAGE

MAKE EMAIL BETTER LEARN / BUILD / PREVIEW TROUBLESHOOT / OPTIMIZE TEST / TRACK / ENGAGE MAKE EMAIL BETTER LEARN / BUILD / PREVIEW TROUBLESHOOT / OPTIMIZE TEST / TRACK / ENGAGE SEND WITH CONFIDENCE Test your campaign in 40+ clients, devices and spam filters. EMAIL PREVIEWS True-to-life screenshots

More information

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Contents Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Time for action - Viewing the mobile sample site 2 What just happened 4 Time for Action - Mobile device redirection

More information

Gmail setup for administrators

Gmail setup for administrators Gmail setup for administrators In this guide 1. Turn on features in your Admin console 2. Import your old emails 3. Use labels and search 4. Add your signature 5. Use Gmail with a secondary email address

More information

HOW Interactive Design Conference 2013

HOW Interactive Design Conference 2013 HOW Interactive Design Conference 2013 Photoshop to HTML Chris Converse Use this QR code to get the mobile schedule for this conference. Get session and speaker info, lunch ideas, and links for getting

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

Best Practice Email Marketing 101

Best Practice Email Marketing 101 Best Practice Email Marketing 101 So you ve decided to start marketing to your database via email. Congratulations for utilizing this great tool! There may be a few or a lot of things you have questions

More information

MailWorks Powered by PRI

MailWorks Powered by PRI MailWorks Powered by PRI Email marketing backed by real people COMMUNICATIONS This White Paper is provided by PRI for your resources. We strive not only to assist in web, mobile, and print communications,

More information

Adding ECA Marketing to your safe-senders list

Adding ECA Marketing to your safe-senders list Adding ECA Marketing to your safe-senders list If your email provider is not listed below or your email is managed by your company you will need to contact your system administrator. If you have updates

More information

Looking Good! Troubleshooting Email Display Problems

Looking Good! Troubleshooting Email Display Problems E-mail Direct Mail Digital Marketing Sales Tools Funding Data Creative Services Looking Good! Troubleshooting Email Display Problems November 19, 2014 Today s Speaker Geoff Phillips Senior Editor & Email

More information

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook.

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook. Migrate Archived Outlook Items Outlook includes archiving functionality that is used to free up space on the mail server by moving older items from the mail server to PST files stored on your computer

More information

BEST PRACTICES EMAIL DESIGN

BEST PRACTICES EMAIL DESIGN BEST PRACTICES for EFFECTIVE EMAIL DESIGN July 2008 BEST PRACTICES for EFFECTIVE EMAIL DESIGN The number of professionals and businesses using email as part of their marketing campaign is growing. According

More information