Really we can stop saying HTML email sucks, we get it. I don't like it either but every other comment seems to be saying this. That said, in this day and age is an HTML email even, neccessary? An incredibly large amount of users these days don't even bother checking their email unless it's something specific they're looking for. Social Networking has made a large footprint in that market and a status update as to new…
HTML Email Boilerplate
91–100 of 113 posts
Re: HTML Email Boilerplate
#92I'm puzzled as to why this is upvoted so highly. It's just a very wide website with a picture and some code on it. "Boilerplate" to me means the legalese at the bottom mandated by corporate lawyers, but I don't see much in the way of boilerplate here. Is it a template for emails that look like the website? I'd ignore any emails that look like this website, but then I'd never see them, as I don't have HTML email enabl…
Coding HTML emails is a very painful task since CSS support is spotty and there are a wide variety of email clients with strange quirks in almost all of them. In order to get things to render reasonably consistently you have to use some really ugly code with tables for layout and inline styles all over the place.
This project collects all (or most) of these hacks into one template that is pretty easy to modify.
Re: HTML Email Boilerplate
#93Earlier quoted context omitted.
Out of interest - do you paint/decorate the walls in your home. Do you wear coloured (ie dyed) clothing? Do you have a business card that has more than plain-text on it? When you return from a holiday and are telling friends about it, do you hand them a type written note that describes what other people would normally put in a photo? Do you eschew the use of typographical techniques that aid reading, both speed and c…
Do you eschew the use of typographical techniques that aid reading, both speed and comprehension, such as emboldening, headings, breaks, italics, font and colour changes? It is interesting to note that some of the most important works produced by mankind can be reproduced in essence without these aids [1]. Moreover, these well-meant aids are perceived as undue distractions and hence disabled by many [2], most of whic…
And just to note, Readability actually preserves bold, headings, breaks, and italics, while providing a different set of fonts and colors based on the user's preferences.
Re: HTML Email Boilerplate
#94I'm puzzled as to why this is upvoted so highly. It's just a very wide website with a picture and some code on it. "Boilerplate" to me means the legalese at the bottom mandated by corporate lawyers, but I don't see much in the way of boilerplate here. Is it a template for emails that look like the website? I'd ignore any emails that look like this website, but then I'd never see them, as I don't have HTML email enabl…
Re: HTML Email Boilerplate
#95I'm puzzled as to why this is upvoted so highly. It's just a very wide website with a picture and some code on it. "Boilerplate" to me means the legalese at the bottom mandated by corporate lawyers, but I don't see much in the way of boilerplate here. Is it a template for emails that look like the website? I'd ignore any emails that look like this website, but then I'd never see them, as I don't have HTML email enabl…
Boilerplate may not be the best word... I would have called it "skeleton code" or something along those lines. And the answer to your question is right there in the big box on the site: "This website and its sample code creates a template of sorts, absent of design or layout ...". So, no, it doesn't look like the website or much of anything at all save for a sample line of text, a sample image, and a sample table...…
Re: HTML Email Boilerplate
#96Earlier quoted context omitted.
Why not offer both? A well made HTML email will make it easier for your recipients to actually read your email.
HTML emails already offer both, hidden in the mime message is a plain text version. Clients just usually don't show the plain text one when there is an html version.
Re: HTML Email Boilerplate
#97Please don't send HTML email, there is almost never a scenario when it is necessary. All it does is create larger emails, have redundant information (most HTML emails also send a plain text counterpart), make reading email more difficult (especially if you are using a terminal mail client or are visually impaired), and allow for obnoxious email styling. HTML Email, just say NO.
Re: HTML Email Boilerplate
#98I'm really not understanding all the hate against HTML email. To me it seems like saying: "Ascii text is enough, who needs nicely designed word documents or websites" Also, all our communications (website, snail-mail letters) use our corporate branding. So why not use it in our emails?
Re: HTML Email Boilerplate
#99Please don't send HTML email, there is almost never a scenario when it is necessary. All it does is create larger emails, have redundant information (most HTML emails also send a plain text counterpart), make reading email more difficult (especially if you are using a terminal mail client or are visually impaired), and allow for obnoxious email styling. HTML Email, just say NO.
There's a reason why in the real world, brochures and flyers aren't done up on a typewriter. People are visual creatures and if you're running a startup and marketing products or services and you're not using HTML email, you're doing a disservice to your investors, shareholders, prospects, and customers because the vast majority of people would rather opt-in to receive emails that look good.
Re: HTML Email Boilerplate
#100Earlier quoted context omitted.
I'll just pop upstairs to tell my bosses and upper managers that their waterfall charts of PnL for the quarter will be arriving as ascii art.
MIME handles inline attachments with aplomb. What does this have to do with HTML?
edit: I am admitting I don't know how to put tables in a mime email. I also didn't realise I could embed images.