Are You Missing These Chances to Engage With Subscribers?

It’s easy to focus exclusively on the content of your messages when it comes to creating engaging emails. But all too often, it’s the interactions at a more fundamental level that will make the most difference. If you’re not considering these four engagement opportunities, you could be missing out on the chance to earn or keep the attention of your subscribers.

The Sign-Up Process

Because it’s your initial point of interaction with future subscribers, the sign-up process gives you the chance to make memorable first impression. Prepare for a long and happy relationship with new subscribers by:

  • Using Double Opt-Ins

Verify new subscriber requests by sending a confirmation e-mail that must be clicked for final activation. This ensures that the right person signed up using the right e-mail address and that they’ll be expecting your messages.

  • Creating Expectations

Let the subscriber know how often to expect messages and what kind of content they can expect to see. No surprises.

Continue…

Save Hours Of Email Code Debugging With These Steps

On occasion, we review HTML email code for a few clients. This review isn’t an audit. It’s an answer to a client’s plea for help. Sometimes a client will approach us for help because they can’t figure out how to fix an image that refuses to sit in the right place or how to correct some little glitch in the text format.

Having dealt with such problems for a while, we’ve learned some tricks and tips. We’d like to share those with you. So, here are some simple steps to follow to fix broken email code.

MsoNormal

Using Microsoft Word is one of the easiest ways to mess up a perfectly coded email. You can lose hours and hours of work simply by copying and pasting your text into Word. The great thing is, Word is the simplest mistake to catch and fix. Open the source of the email (using WYSIWYG or some other editor), and run a search for “mso-”. Nearly every special CSS attribute that Microsoft Word creates begins with “mso-”.

This problem can be avoided quite easily. Simply paste any text you’re copying from Word in Notepad. Then you can copy the text from Notepad into the editor you use. That way you’ll make sure there you don’t have any lingering Word classes.

Floats, Background Images, and Boxes

“float” is a very common CSS attribute. Generally, it is found on “<div />” tags. Unfortunately, in emails, these aren’t actually a good idea. Web developers use floats all the time. And if you’re a web developer, you might find yourself wanting to sneak float into emails. The truth is, float can ruin any good template. It isn’t supported in email creation.

Background images may look cool, but they’re dreadful to work with. In fact, they simply don’t work in email. Just avoid them, and you won’t have trouble.

Then again, “<div />” tags are partially supported and very unreliable, rendering totally different in just about every email client. There are even a few email clients (such as Lotus Notes) that totally remove them. Some email clients even strip them out!

Margin

Margin may seem like a simple thing, but it can cause a huge headache! At times it works great. Other times it quits working quite unexplainably. So, want to avoid problems? Take the margin out of your email and leave it out. If an element requires a margin set it at “margin-top:0px”. If you do that, the first paragraph tag will sit at the top of the table, and so on. You won’t lose any cushioning room by removing the margins, since they’re made to overlap in the first place. For spacing, especially vertical, use tables.

Why does the color disappear?

Color can be a strange attribute that comes and goes. Sometimes you’ll see the nice bright red headings. Sometimes you’ll be back to the boring black that you tried to get rid of. Don’t panic if this happens. There’s a solution.

First try to adjust the placement of the color attribute in your inline style. Try moving it backward or forward one attribute. To make doubly sure that it appears, add the style to a <style /> tags. Assuming the inline styles for your email clients strip the <style /> and <head /> tags, you won’t hurt anything by adding it.

Table Cell Spacing

As we mentioned in the third step, you should be relying on tables for most of your spacing. What wasn’t mentioned there is that table cells can be pretty irregular in size. In several email clients, the empty <td />, no matter what its width or height attributes, comes out meaning “Don’t render me!” Stranger still, a <td /> tag containing an image that is shorter than the font height and has a height declared will elongate itself to your font height. (Confusing enough to read, and to figure out!)

Here’s a simple trick for solving these problems. Use whitespace images. Make an image that is the height or width you need, and put it in your cell. The image doesn’t have to be of anything. It can just be the background color!

Conclusion

Of course, this has barely touched on all the things that it could have, and all the problems that could possibly crop up in coding. I hope, however, that these five quick steps prove helpful in figuring out the nightmares of cross-client work.

Don’t stop here. We’re continually expanding our list of unsupported attributes and tags. Check it out and make sure there aren’t any other rules you’re breaking. If you don’t have it email us.

Best of luck! Don’t forget you can always contact us for help.

Naughty or Nice: Creating Holiday Emails That Deliver

Just last week, I walked out of a store and got in my car only to discover a few miles down the road that I was cheerfully humming “Silver Bells.” Christmas music already? You bet, and now is the time to focus your efforts on holiday email campaigns that deliver the goods. Without further ado, here are my top ten email practices that will determine whether your subscribers put you on the naughty or nice list.

Naughty: Ramping up email frequency without fair warning.

Your subscribers have come to expect messages from you at a consistent frequency. Start increasing that frequency without telling them and they’re likely to dump you in the spam folder.

Nice: Ask for permission if you plan to change sending frequency.

Or better yet, give subscribers the option to set preferences. Segment your list so that those who opt in can receive daily holiday reminders, while other subscribers can still receive emails at the intervals they’re used to.

Naughty: Sending fluff emails, just because.

Your subscribers already have to wade through more email than normal at this time of year. Don’t waste their time with holiday greetings that provide no benefit.

Nice: Include a clear benefit and call to action in every email.

Make sure the subject line communicates the benefit and that customers can take action directly from the email.

Naughty: Ignoring mobile users.

As the number of people using mobile devices to check email increases, so does the frustration caused when your email doesn’t display properly on the subscriber’s iPhone or other smart device.

Nice: Design your email for mobile screens.

Include a call to action that can be viewed without enlarging and make sure subscribers can easily access a mobile version of your website.

Naughty: Failing to communicate shipping policies.

Shipping makes a big difference for most online holiday shoppers, and failure to communicate can result in lost sales.

Nice: Promote special holiday shipping offers in your email subject line or state clearly in the body of the email.

Free shipping can make the difference between a lead and a completed sale, so highlight it if you have it. If you don’t, it’s still a good idea to provide a clear link to your shipping policy.

Naughty: Failing to follow through post-holiday.

Don’t leave subscribers hanging on December 26th. Post-holiday needs should comprise an essential part of your holiday email campaign strategy.

Nice: Communicate post-holiday specials clearly and promptly.

Return policies, clearance sales, and New Year’s resolution targeting can all be appropriate elements of your late December and early January email strategy.

Let eConnect Email help you keep your email campaign on the nice list this year by taking advantage of our customizable templates, list segmentation, deliverability, and tracking data. Eggnog, anyone?

Redefining Customer Engagement for Email Marketing

Oh, for the good ol’ days of email marketing. You remember those days—the ones where customer engagement meant opening, clicking, and forwarding. Back then (okay, it wasn’t that long ago) determining the success or failure of your email campaign was as simple as monitoring a few key metrics. Today, customer engagement is a whole different ball game.

Open rates and click-through rates are still the foundation for gaining an understanding of subscriber engagement with your emails. However, the advent of social media has not only introduced another dimension to the engagement dynamic, but has also subtly shifted subscriber expectations as they interact with your brand. Let’s take a look at what today’s subscribers expect from the emails you send them.

  • Human Interaction

Consumers today won’t be impressed by a virtual billboard delivered to their inboxes. They want to feel as though they’re interacting with a real person, someone who cares about their needs and with whom they can discuss and relate. Humanize your emails by occasionally including personal stories and anecdotes, encouraging interaction, and providing timely responses to subscriber questions or feedback.

  • Dialogue

Social media has changed the way people view businesses. No longer can advertising focus on one-way communication; people expect the opportunity to respond, share opinions, and provide feedback. If you don’t talk to them, they’ll talk about you to someone else. For email marketing, that means soliciting subscriber responses, promoting social sharing, and demonstrating benefit to the customer rather than spotlighting the company.

  • Multi-Channel Communication

Your email subscribers undoubtedly encounter your brand in a multitude of places outside their inboxes including Facebook, blogs, review websites, your company website, and Twitter, not to mention more traditional advertising forums like television and print ads. Consumers today are looking for a cohesive message and they’re looking to be recognized for their loyalty no matter where they encounter you. Capitalize on this tendency by integrating the various prongs of your marketing strategy and by providing opportunities for subscribers to share content over a variety of venues.

  • Relevancy

Perhaps the greatest shift in email marketing is the expectation that content by personally relevant to the subscriber who receives it. List segmentation based on subscriber behavior and profile data enables you to target your messages to the people for whom they hold the greatest appeal.

Today’s email subscribers hold their information closer, demonstrate less loyalty to any particular brand, and expect businesses to earn the right to continue communicating with them. eConnect Email can help you create personalized, relevant messages for every subscriber using our advanced list segmentation, dynamic content options, and social sharing capabilities.

Testing: The Gift That Keeps on Giving

I can hear some of you groaning now. Testing, you say? Please, don’t talk to me about testing. I know. The very thought of testing is enough to send some of you into hibernation for the winter. But before you settle down for a long winter’s nap, let’s take a look at how testing can benefit your business.

  • Testing for Increased Sales

Testing your email campaigns can increase your sales by as much as 25%, according to www.whichtestwon.com. Especially during the holiday season, 25% is nothing to be sneezed at. And with the natural surge of email in the weeks leading up to Christmas, it’s the perfect time to start implementing a testing program as part of your email marketing strategy.

  • Testing Pinpoints Successes and Failures

Okay, you say. Testing can increase sales. How? By pinpointing the specific elements of any given email that cause measurable changes in user behavior, testing can help you design messages that encourage subscriber response. For instance, does Subject Line A or Subject Line B result in more opens? Only testing will tell. Does blue or red work best for the call to action button? Should you use a button at all? Maybe linked text will work better. There’s no way to know apart from testing. A rigorous program of testing enables you to discard what doesn’t work, showcase what does, and build a customized email strategy that best appeals to your target audience.

  • Testing the Right Things

Yes, you can test the font of the link to your privacy policy at the bottom of the email, but it probably won’t result in measurable changes. What, then, should be your focus as you seek to build a successful email campaign? Let’s take a look at five elements you can use to kickstart your testing program:

  1. Subject Line—Test various wordings and appeals to make your subject line stand out from the crowd.
  2. Call to Action—Wording, font, button color, placement, size—the possibilities are endless when it comes to designing the perfect call to action.
  3. Offer—Which offers will most appeal to your target audience?
  4. Graphics—Size, subject matter, and placement of graphics can all influence subscriber response. Find out what works best by testing your options.
  5. Copy—Test wording, format, appeals, and style in order to choose the copy most likely to persuade.

eConnect Email can help you design reliable split tests to determine which elements appeal most to your target audience. Take advantage of our customizable templates, design integration, and image management as you design each test, and make your holiday up to 25% merrier this year.

Email Marketing Trends to Watch for in 2012

As 2011 draws to a close, email marketers should already be planning their strategies for the 2012. While 2011 saw the establishment of new technologies as mainstream, 2012 will enable us to deepen our engagement with these technologies, thereby catering more effectively to an ever more mobile and connected audience. Without further ado, let’s dive into the top email strategies for the new year.

  • Deeper Customer Engagement

By engagement, I mean two-way conversation. Email marketers must focus more stringently on involving subscribers in dialogue, speaking with them, rather than at them.

  • Relevant Content

List segmentation will take top priority in 2012 as subscribers expect email messages to increasingly reflect their personal preferences and needs. Creating targeted lists based on subscriber behavior such as email clicks, website browsing, and previous purchases will enable businesses to send content that remains high on the subscriber’s priority list.

  • Mobile Optimization

As people increasingly use mobile devices to check email, businesses will need to create messages that acknowledge the unique aspects of mobile design. Single columns, larger fonts and buttons, and increased space between clickable elements all make emails easier for mobile users to navigate.

  • Automated Campaigns

While many businesses already use triggered responses for email receipts and welcome letters, automation will gain a whole new level of sophistication in 2012. Increase customer engagement with your brand by using automation for cross sell and up sell offers, birthday/anniversary greetings, purchase recommendations, and more. By utilizing multiple triggers for your automation campaign, you can keep loyal subscribers engaged on a consistent basis.

  • Social Media Integration

No longer will email and Facebook operate in parallel universes. Social sharing will become an intrinsic part of email marketing strategies in 2012 as businesses seek to create multi-channel communication. Enabling subscribers to share message content via social media icons will increase the likelihood of your message reaching an ever broader audience of targeted prospects.

  • Email Marketing Becomes More Important, Not Less

Ultimately, despite speculations that email is dead, email marketing will gain greater importance in 2012 than ever before. Email messages will be more personal and relevant based on subscriber data, making them an integral part of a multi-pronged approach to overall customer engagement.

eConnect Email remains on the cutting edge of email marketing technology and stands ready to help you incorporate these vital elements into your strategy. By starting out on the front edge of evolving email technology, you’ll be ready for whatever new developments 2012 brings your way.

Tip to recovering abandoned online sales through email marketing

Statistics show that roughly 7 out of 10 online shopping carts are abandoned before a purchase is made. Crazy. 7 out of 10.

It takes too much time and effort to get someone to your site, get them to shop, put items in their cart to only walk away with nothing 70% of the time.

Obviously, physical stores rarely have this problem.  Of course you can walk in and walk out with nothing if you don’t find what you are looking for at the price you are willing to pay.  However, if you grab a shopping cart and start filling it with things you need or want, you are not going to just leave the store without paying for and taking those things home, it just doesn’t happen.

Now there are a lot of people who can go beyond these simple statistics and give you reasons why ecommerce shoppers do this, we just want you to know that through email marketing there is a way to increase your abandoned cart sales.

Fickle Shoppers

Of course, there are many things you can do to convert more visitors into paying customers such as the design, price pointing, special offers, etc. But with all that said, clients are fickle and may change their mind and walk away.

So by all means, do everything in your power to provide an optimal shopping and check out experience. But regardless of why they didn’t complete the transaction – you’ve got a secret weapon that doesn’t care and it’s called email marketing.

The eConnect Email solution to making your cash register go cha-ching!

eConnect Email has a solution to this cart abandonment saga.  Our email system triggers real-time, automated email follow-ups to your potential buyers, helping to convert abandoned shopping carts into money in the bank. By delivering timely follow-up messages, cart abandonment emails can remind, gently push and motivate lost sales to come back to you. Here’s a few simple examples of how customers use cart abandonment:

  • Remind customers of the products they left in their cart
  • Cross-sell/up-sell complimentary products
  • Offer discounts or incentives to complete the sale
  • Run surveys to ask why they didn’t complete the purchase
  • Trigger special messages after purchase that entice new sales

Recovering lost sales with the help of email marketing will be worth the time and effort.  I would highly encourage you to use the technology at your fingertips and statistically speaking you can recover 50% of those lost sales.  Do the math yourself and ask why you’re leaving money on the table.

To learn more about email marketing automation, and specifically cart abandonment services, connect with us. We’d love to hear about your business and e-commerce goals and how we might help.

A tip on how to reduce your unsubscribe rate

Want to reduce your unsubscribe rates?  Why not create a landing page that gives the reader options for receiving mail.

Chances are your subscriber just has an overwhelming inbox, or feels like they hear from you more than they would like to.    Let them choose the frequency of their newsletters or re-subscribe to a specific mailing list.  It’s worth a try.

Auto-Responders: Moving Beyond the Welcome Email

Auto-responders make it easy to stay on top of key aspects of your email campaign. Most companies use an auto-responder to welcome new subscribers, but these email gems are often overlooked when it comes to other types of contact. Ready to branch out? Consider using auto-responders in the following instances to help you stay connected with your subscribers.

Event News

Event registration, confirmation, announcements, and reminders can all be automated to reduce the workload for you while keeping your subscribers informed at the same time. Whether you’re planning a conference or a sales event, auto-responders will help you get the news out on time.

Birthday Offers

You don’t have to be a restaurant to send birthday offers. People love to feel special on their birthdays, so take advantage of that natural inclination toward opening this type of email and offer a discount or freebie to every member of your subscriber list using an autoresponder.

Abandoned Cart Follow-Up

How many sales does your website lose to shopping cart abandonment? Too many? Consider following up on abandoned carts with an auto-responder that reminds the subscriber of his recent searches. You can also save cart content using a cookie and send a follow-up email after a specified number of days to renew interest in those items.

Evergreen Newsletters

An evergreen newsletter uses the same content over and over again for each new subscriber. For instance, Subcribers A, B, and C will all receive the same Issue 1, Issue 2, and Issue 3, even though they each sign up three months apart. By using auto-responders to send these newsletters, you can stay connected with your new subscribers even if you don’t have time to generate unique newsletter content on a regular basis.

Loyalty Programs

Do you have a loyalty card that enables your customers to earn points or freebies based on how much they spend? Keep them shopping by sending regular reminders of how many rewards they’ve earned and how far they have to go before earning the next free item or discount.

Auto-responders are a great way to keep in touch with both new and old subscribers, long after you’ve sent the welcome email. Create customized drip-email campaigns through eConnect Email, sending emails based on the time, criteria and frequency you define. You can also use behavioral data, demographic information, or customer surveys to define email triggers that will keep your subscribers engaged and clicking.

Yahoo’s Email Visualization Tool: The Good, The Bad, and The Spam

Yahoo!’s new email visualization tool may be email marketing eye candy, but it has also revealed some noteworthy tidbits for email marketers. The map on the front page shows Yahoo! email usage volume by location as well as a continuously updated number of emails delivered every second by the Yahoo! mail network. Click on a continent, and you can receive the same information specific to that area, with additional clicks zooming in further to reveal more detailed information about the data used to determine whether a particular message lands in the inbox or the junk folder.

What Information Is Available?

Perhaps the most interesting pieces of information for email marketers are the trending keywords and the email verification criteria.

  • Trending Keywords

Click on the green box on the left side of the map to view keywords showing up most often in the subject lines of emails that make it to the inbox. Click the “Show Spam Keywords” box at the bottom of the graph to see keywords appearing in messages that land in the spam folder.

  • Email Verification Criteria

This information is buried a little deeper, but can be found by clicking on a continent on the main page, then on a point within that continent. Click on one of the envelopes labeled either “Junk” or “Inbox” to see a list of five criteria used to determine which emails go where, as well as a pass or fail designation for each.

What Does This Mean for Email Marketers?

Sure, it’s interesting, but can it really impact your email marketing strategy? We think it can, by offering some valuable information we could only guess at before.

  • The subject line isn’t as important as you might think when it comes to spam determination. So you can forget your list of approved or banned subject line words (like “free”) as well as those odd variations that attempt to fool the filter (f.r.e.e.; f*r*e*e; f-r-e-e). The trending keyword feature demonstrates that previously anathema words like free actually show up in delivered messages a high percentage of the time. They also show up in junked messages, suggesting that subject line words might not play as important a role as once thought.
  • Spam filters look at the email as a whole to determine in-box worthiness. Criteria such as a verified IP address, links, sender, and message content all play a part in determining which messages get marked as spam and which ones reach the inbox.

The bottom line? Stop trying to game the system and instead work towards creating engaging, useful emails that build relationships with your subscribers—the kind of emails we help clients create every day at eConnect Email.