SparkPost / heml

HEML is an open source markup language for building responsive email.
https://heml.io
MIT License
4.33k stars 157 forks source link

how to use #14

Closed nanxiaomo closed 6 years ago

nanxiaomo commented 6 years ago

I am studying on this project, and Install the heml package globally.and create HEML email in email.heml: ,then use

heml build email.heml

it make a file email.html . i want to know how can I use in the email ? to send others

avigoldman commented 6 years ago

Hey @nanxiaomo!

Once you have the HTML built you can use an email service provider (like SparkPost) to send your email out.

avigoldman commented 6 years ago

Hey 👋

  1. For testing a really easy option is using PutsMail. You can drop in the generated HTML and send off a test immediately.
  2. To use in production sign up for a service like SparkPost and follow the New User Guide to get started.

There aren't great options for sending HTML emails from your personal email account, which is probably a good thing. Let me know if you have any other questions around this!