about summary refs log tree commit diff
path: root/web/panettone/default.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-04-03T17·05-0400
committerglittershark <grfn@gws.fyi>2021-04-04T14·17+0000
commit349b98ccc841587aadc6a2de5684f093cd72d628 (patch)
treec2042ae8d9411ffcb59740afa234aa10be913482 /web/panettone/default.nix
parent37d573479ba56eebc5304f5209790ba7a4a3762b (diff)
feat(panettone): Add functions to send email notifications r/2426
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>
Diffstat (limited to 'web/panettone/default.nix')
-rw-r--r--web/panettone/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/panettone/default.nix b/web/panettone/default.nix
index 4238af804a..c589c2a7b8 100644
--- a/web/panettone/default.nix
+++ b/web/panettone/default.nix
@@ -6,9 +6,10 @@ depot.nix.buildLisp.program {
   deps = with depot.third_party.lisp; [
     cl-json
     cl-ppcre
+    cl-smtp
     cl-who
-    drakma
     defclass-std
+    drakma
     easy-routes
     hunchentoot
     lass