Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-25 | feat: Event group updated email template | Raphael Kabo | |
2022-01-14 | Add removal password to new attendee email | Raphael Kabo | |
2020-01-04 | Email refactoring | Darius 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. |