ItzNotABug / ghosler

Send newsletter emails to your Ghost CMS subscribers & members, using your own email credentials!
Apache License 2.0
41 stars 5 forks source link

Custom Template Support #7

Closed ItzNotABug closed 7 months ago

ItzNotABug commented 7 months ago

This PR adds the ability to allow developers use a custom template for preview & newsletters.


Pre-requisites to use the featue:

  1. The custom template should be in the root directory of the project & must be named custom-template.ejs.
  2. And thats it!

See the pre-defined template in views/newsletter.ejs directory for reference.


Completes #6.