summaryrefslogtreecommitdiff
path: root/src/lib/email.ts
AgeCommit message (Collapse)Author
2024-07-26Allow self-signed certs for SMTP serverHybridSarcasm
Added "tls:" property of 'rejectUnauthorized: false' to allow program to continue startup when SMTP certificates are not able to be validated against known trusted roots.
2024-07-01Allow 'none' as an email optionRaphael Kabo
2024-02-26fix: remove unused importsRaphael Kabo
2024-02-25feat: optionally restrict event creation to specific emailsRaphael Kabo
2023-10-07refactor: event form and api routesRaphael Kabo