Skip to content

The html email template used to deliver meeting announcements via mailchimp.

License

Notifications You must be signed in to change notification settings

hvopen/hvopen-html-email-meetings

Repository files navigation

hvopen-html-email-meetings

The html email template used to deliver meeting announcements via mailchimp.

Getting started

  1. clone this repo:
git clone https://github.com/hvopen/hvopen-html-email-meetings.git
  1. Install the dependancies:
npm install
  1. Run the project
npm run build

At this point, if everything went well, many things have happened:

  • all of the email html in the ./src/pages directory are built with all css inlined and foundation inky components built into the proper table format for emailing
  • a browser opened to localhost:3000 so you can preview the build emails
  • a watch task is running in the terminal to react to changes to html and scss files
  • a browsersync task is running in the same terminal that will auto reload the browsers open to the localhost:3000 to show you the changes you made on every save.

How to build the template

  • run npm build
  • look in the ./dist directory and find the ./dist/monthly-meeting.html

How to upload the built template:

  • todo

Notes and Resources

Example mailchimp html with editable and hideable tags

HV Open Branding

Foundation for Emails

Metadata example on hvopen site

Mailchimp documentation for Template Language

About

The html email template used to deliver meeting announcements via mailchimp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published