Showing posts with label rendering. Show all posts
Showing posts with label rendering. Show all posts

Wednesday, June 12, 2013

Check Check ... Check Your Email Rendering Or Beware The Results!

Let's consider the dilemma of delivery optimization through quasi real life situation that is, hopefully, somewhat amusing. Hey, it's mid-week, and we could all probably use a joke.

"Zoolander": Supermodel
So, a comedian in the 80s used to tell a story about his friend who married a supermodel. He thought "cool!". In terms of his perception of survival of the fittest, his kids were going to at least look gorgeous. But to his utter shock and disbelief, the fruits of his (or more precisely her) labor were what the comedian referred to as 'crocodile kids". Despite outward appearances, apparently the model wife had had some work done. And the resulting offspring looked more like "model wife 1.0" than "model wife 6.0".

How this relates to email marketing ...
Sure, karma can be cruel. But for those of us email marketers with better intentions, why do the results of our own deliverables sometimes look just as unattractive?

Everything may look good coming together, but in the end, the results can be an ugly nightmare. We're talking specifically about the X design chromosomes and the Y content chromosomes within your campaigns looking great in one email client, and like a hot mess in others. It happens - a lot. The good news is that JangoMail has a comprehensive delivery check feature that lets you preview how your emails will render across multiple email clients.

Preview before you send - it's easy!
JangoMail has integrated with a third-party partner to give you one of the most innovative email preview rendering tools available today. So, you'll see exactly how your emails will look in more than 25 different email clients (AOL Mail, Gmail, Microsoft Outlook, Mozilla Thunderbird, Windows Mail, Yahoo! Mail and more). Before you even think of hitting SEND, you'll have time to address any issues and remain top of the pro charts.


This special, sneak peek delivery preview is available as a standard feature with your monthly JangoMail subscription, so you can use it as many times as you like.

As always, if you have any questions about our Delivery Rendering Tool or any other JangoMail feature, just ask us. Until next time, have a great rest of the week!





Thursday, May 09, 2013

Is Outlook Mangling Your Emails?

Last week, we talked about some general email rendering issues. This week, we want to dig a little bit deeper. Specifically, let's tackle potential rendering problems using MS Outlook. Why highlight Outlook? Well, let's just say that the Outlook "issue cup" can certainly runneth over - or so we're hearing.

When the original gets mucked up
When your email looks less like Robert Redford's classic Great Gatsby and more like Leonardo DiCaprio's techno-Gatsby version, you know something's not working as it should. (Sorry, couldn't resist).

Here are 8 ways to troubleshoot and avoid some common issues:

1. Start with any tables you may have in your email. Does every table - and column - have a width?
Spot check your code. Make sure the column widths plus any cell spacing you have both add up to the width you gave your table.

2. Make sure that all of your images have a set width and height, as well.

3. Whenever possible, avoid CSS.

4. Replace floats, div's, background images, padding and margins with basic HTML.

5. Consider replacing the spaces between words with   if the words appear to be 'pushing' together.

6. Switch out new paragraphs with double line breaks: </br></br>.

7. If your whitespace isn't showing up well, try making a white image with a set width and height, and then putting it in your email.

8. Check all of your HTML and make sure you aren't missing any end tags and fix any HTML errors.

That's about it for now - and we hope this helps a bit. If you continue to have rendering issues with Outlook or experience problems not addressed here, feel free to give us a shout. We're here to help, and our team has seen just about everything.

Until next time, have a great rest of the week!

Wednesday, May 01, 2013

Maintaining Email Integrity With Mobile

Your email marketing campaign may look pretty spiffy on a PC, but check it out on a smartphone or tablet. It could very well look like the stuff of nightmares. Unless you adopt a truly "Mobile Mentality", you're not in shape to move ahead with the rest of the pack - let alone sprint ahead.

The EEC, or email marketing arm of the Direct Marketing Association, is a global professional organization that strives to enhance the image of email marketing and communications. Translation: It's a good idea to listen to what they have to say.


Here's your chance (and benefit)
EEC has some concise and helpful tips to help you keep your email marketing cohesive, attractive, and in terms of mobile connectivity, professional looking.

1. Concentrate on your content
With every email you create, mobile rendering should be a part of the process. This includes: subject lines, body content, graphics, testing, links, metrics (i.e. everything). Your "From" address, subject lines and headlines are perhaps the most important variables to consider. They're the first thing recipients see, so you'd better optimize the smaller space capacities to put your most effective, eye-catching and relevant foot forward first. Used to writing short subject lines? Cut it in half and get used to it. And while you're at it, eliminate more conceptual headlines that prompt viewers to ponder too long. You're dealing with an audience of shorter attention spans, and your competition in the mobile space is fierce.

Bottom line: Mobile simply doesn't offer the space to present a "says it all" graphic, so use your words wisely.

2. Respect fingers and hold the Flash
You'll have better results if you build landing pages optimized for mobile using HTML, CSS and smaller amounts of JAVA. Also remember how your recipients will be scanning through your emails. It's the power of the mighty finger - and unless they find your email communications easy to swipe, they could get fed up and flee before absorbing your message. Improve functionality after the fact, and they may still hesitate to click-through in the future for fear of the repeat experience. Buttons need to be a legible and usable size, as well.

3. Keep your forms brief
EEC recommends simply asking for an email address. While it's easier to submit information on an iPad or similar tablet, how far do you think recipients will go to fill in the tiny blanks on a smartphone?

One final bit of advice
This you already know: Test and then test again. And somewhere in the middle, revisit and tweak your content for the optimal experience. This little bit of sweat on the front end is well worth the desired result on the other side, not to mention the potential ROI you want to achieve in any email marketing campaign.

Get a jump start on testing by using JangoMail's Email Preview Rendering tool! As always, if you have any questions or comments on our blogs, give us a shout.

Until then, have a great week, everyone!



Thursday, April 11, 2013

When Good Emails Render Bad

Houston, you have a wingdings problem

Your email newsletter may have been conceived in love and raised under a watchful eye, but now it's talking in wingdings and ignoring every golden layout rule in Yahoo, Outlook and Gmail.

So, how do you teach it to play nice?


Exhale: HTML is still your baby
HTML email campaigns are not only more visually cohesive and polished than Plain Text, but historically also produce more clicks, consumer interest and traceable sales. It's obviously more appealing to show product pictures to your customers or include live links to relevant information. In addition, the DOS-reminiscent presentation of Plain Text is never a match for the brand-reflective power of HTML.

But if you're not following some simple Web Standards, your well-intentioned email campaigns can look like more of a maniacal bomb threat than a customized handshake.




5 tough love solutions for your HTML emails:

1. Avoid background images.
To efficiently separate content and design elements, images should be displayed inline. The CSS property, background-image is often not supported.

<background image: supported>

<background image: unsupported>


2. Keep FLOAT and CLEAR in proper balance.
FLOAT is the glue to your layout, while CLEAR ensures your FLOAT doesn't mask any images. If in doubt, avoid using FLOAT all together. Read more details here.




3. Be careful with your use of MARGIN and PADDING.
MARGIN alignment is the key to avoiding all-out text chaos in a bad render. PADDING is similarly critical, especially when used in conjunction with BACKGROUND-COLOR, LIST-STYLE-IMAGE and BORDER. Render test your emails first and find some fixes here.


4. Consider a different code to denote LINE SPACING.
To create a new line space, try using <br/> (shift+enter) instead of <p> (enter). Some readers push together new paragraphs, making your text look like this:




5. Don't ignore the importance of WIDTH and HEIGHT.
WIDTH directly impacts FLOAT and TEXT-ALIGN, so it's crucial to the overall look and tightness of your email. HEIGHT also lends a firm hand to overall readibility.


Phew - your HTMLs just avoided military school. But if they ever get out of line again - or you just want to learn more ways to enhance your email marketing - contact our JangoMail Support. We'd love to hear from you.

Have an idea for a future JangoMail blog? Talk to us