Skip to content

Instantly share code, notes, and snippets.

@phlco
Last active August 29, 2015 14:14
Show Gist options
  • Save phlco/30945a0a1985e4710107 to your computer and use it in GitHub Desktop.
Save phlco/30945a0a1985e4710107 to your computer and use it in GitHub Desktop.
HTML emailing and templating

HTML Emails

One possible outcome or useful skillset is using your web developer skills to handling social media marketing and email campaigns. That means using HTML and inline CSS to craft emails.

One well known provider is MailChimp. Their knowledge base is extremely useful.

Introductions

http://kb.mailchimp.com/topics/getting-started

http://kb.mailchimp.com/campaigns/ways-to-build/how-to-code-html-emails

What to focus on

Because HTML emails can't load external style sheets, JavaScript or use positioning like floats it's important to focus on inline styles and tables.

Handling HTML an inline styles Information on tables HTML Email Guidelines

What to practice

  • Read through the MailChimp knowledge base articles and practice building HTML tables
  • View the source of some of your own HTML emails you've received and see how their HTML and CSS are crafted
  • Test out how your HTML emails look with https://putsmail.com
  • Explore MailChimp's HTML templates and try making changes to some

Bonus

Familiarize yourself with Pony a simple Ruby gem to send Emails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment