Skip to content

9 Comments

  1. sergio
    April 25, 2013 @ 4:44 pm

    hi dan
    i’m using this framework and my newsletter is greater than before but in outlook i’ve a little things to fix.

    could you help me with my code here, please? http://stackoverflow.com/q/16181339/1741735

    thanks a lot

  2. Jaap
    November 8, 2012 @ 2:21 am

    Hey Dan,

    What are you doing with the media queries? There’s a few conflicting views around in-lining CSS styles which obviously wouldn’t work for media queries.

    On a more generic topic, do you usually include a text-only version with your HTML emails?

    Also, I recommend using something like Sendgrid or Mandrill for emails since they help improve email deliverability rates and allow you to track open rates, click throughs etc without any effort.

    • Dan
      November 8, 2012 @ 11:50 pm

      Hi Jaap,

      I haven’t done a lot of work with media queries for mobile designs to be honest. I am planning to explore it in the next month or so more than I have, and will probably write an article then.

      I’ve looked at both Sendgrid, Mandril and a few other similar services. While they both look interesting, I haven’t had a scenario for using them yet. Most of my campaigns are done via Campaign Monitor.

      I plan to revamp the “Subscribe by Email” function for this blog very soon, so I’ll probably use one of these then.

  3. Adham Dannaway
    November 7, 2012 @ 5:58 pm

    Hi Dan,

    Thanks for the tips. I was also having issues in Outlook 2000 with vertically stretched images. Removing “height:auto; line-height:100%” did fix the image issue.

    It did however create a new issue for my responsive email template images. I actually use fluid images along with responsive tables to create a mobile friendly email and the fix above stops the images from resizing fluidly.

    I could simply fix my mobile friendly email width to 320px but it’s not as cool. Any ideas? Thanks =)

    • Dan
      November 8, 2012 @ 12:24 am

      Hi Adham,

      Sorry, I am not sure as I haven’t experimented with non -fixed width responsive email newsletters yet.

      All I can say is often times “cool” and “email newsletters” don’t go together. I just do whatever gets the job done.

  4. Marie McRae
    November 5, 2012 @ 4:28 pm

    THANK YOU! I work with submitted emails and other designers don’t test as far down as our requirements (Outlook 2000, 2003, 2007). I’ve been hitting my head against the keyboard trying to find this line of code (img{height:auto;) which has been wrecking havoc on the tests.

    I use Premailer all the time; while mostly good, it changes HTML code for trademarks and proprietary email service code. Some hand clean-up is always required.

    • Dan
      November 5, 2012 @ 9:07 pm

      I am glad I could help you out. That single line took me a long time to figure out.

      You should use Premailer before putting in any proprietary code, that helps a lot. I’ve never had an issue with it replacing the character entity values for trademark, but that should be a simple find and replace exercise afterwards.

  5. Jaap
    September 3, 2012 @ 11:00 pm

    Thanks Dan. I didn’t know about Premailer, it looks quite promising.

    • Dan
      September 3, 2012 @ 11:02 pm

      You’re welcome. Premailer is a great service to have in the “tool belt”. It makes things so much easier and quicker when developing HTML emails.