summaryrefslogtreecommitdiff
path: root/views/emails
AgeCommit message (Collapse)Author
2025-07-07editsquietreading
2025-04-08rename translation keys as filestructureINOUE Daisuke
2025-04-08mails translationINOUE Daisuke
2024-05-26feat: unattend events from RSVP emailRaphael Kabo
2024-02-25feat: optionally restrict event creation to specific emailsRaphael Kabo
2023-12-03Fixed URLs in createEventGroup emailsHenry Smith
Most of the actual links worked fine, but the displayed URLs were missing the “group” part.
2023-10-08Refactor: event group form and API, extract JSRaphael Kabo
2023-10-07Create email text and html templatesRaphael Kabo
2022-04-25feat: Add subscribe to group functionalityRaphael Kabo
2022-04-25feat: Event group updated email templateRaphael Kabo
2022-01-14Add removal password to new attendee emailRaphael Kabo
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.