summaryrefslogtreecommitdiff
path: root/internal/templates/src/emails
AgeCommit message (Collapse)Author
2024-11-14docs: add no preview email templates (#8113)James Elliott
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-09-30fix(templates): reset password link width (#7944)James Elliott
An issue exists where the reset password link text causes a bloated unappealing layout for these emails. This fixes that issue using word-break CSS. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-09-22fix(templates): grammar and enhancements to emails (#7903)Brynn Crowley
* fix: grammar and minor changes to email templates * fix(handlers): fix failing session-elevation test
2024-08-29refactor: fix email imports (#7772)James Elliott
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-08-25refactor: fix email layout (#7752)James Elliott
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-08-23refactor: generate (#7736)James Elliott
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-08-17fix: email template ux (#7654)James Elliott
Adjusts the email templates to use a well known email HTML generator called react email. This also adds a very useful preview option for the templates for testing purposes. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Brynn Crowley <littlehill723@gmail.com>