about summary refs log tree commit diff
path: root/web/panettone/src/email.lisp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-04 r/2426 feat(panettone): Add functions to send email notificationsGriffin Smith1-0/+48
Add a new package to panettone, :panettone.email with functions to send email notifications to users through the SMTP relay on whitby, respecting the value of `enable_email_notifications` on the user_settings table. Change-Id: Ia4ec65965abda06f1fadb178143d66bb8eae6482 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2804 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <mail@tazj.in>