summaryrefslogtreecommitdiff
path: root/views/layouts/email.handlebars
AgeCommit message (Collapse)Author
2020-01-10Fixed a bug in iCal file import; added logo to emailslowercasename
2020-01-10Revert "Fixed a bug in iCal file import"lowercasename
This reverts commit f2765abbee6001759f74f6c9e1161d2f02a58b2f.
2020-01-10Fixed a bug in iCal file importlowercasename
2020-01-04Email refactoringDarius Kazemi
Tons of refactoring of email. This no longer uses Sendgrid templates and now uses source-controlled handlebars files in the `views/emails/` directory. This means that email messages are now source-controlled and vastly reduces the sendgrid setup process. This also adds a new file, `domain-example.js`, in the config directory, which stores things like the site name, base URL, port, etc. This should be renamed to `domain.js`, in keeping with the other configuration files.