When creating an HTML e-mail how do you specify the appearance, for example the font? Is there a better way than using inline CSS? I’m using cfmail to send e-mails.
When creating an HTML e-mail how do you specify the appearance, for example the
Share
You can style it in the
<style>blocks in the head section, but the best/consistent way to style anything in HTML emails is by doing it inline unfortunately. If you’re feeling lazy you can use http://premailer.dialect.ca/ to move everything inline for you.