Boilerplate according to Wikipedia is "any text that is or can be reused in new contexts or applications without being changed much from the original."
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.
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.