Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 448 Bytes

emails.md

File metadata and controls

11 lines (7 loc) · 448 Bytes

Developing with Emails

Receving Emails

  • Launch the API server with MAILDEV=true npm run dev
  • In a separate terminal, launch MailDev with npm run maildev
  • Open http://localhost:1080 to browse outgoing emails

Email Templates

Email templates can be viewed locally by running npm run compile:email <template name> and making sure there is data for that template in scripts/compile-email.js.