From 349b98ccc841587aadc6a2de5684f093cd72d628 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 3 Apr 2021 13:05:06 -0400 Subject: feat(panettone): Add functions to send email notifications 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 Reviewed-by: tazjin --- web/panettone/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/panettone/default.nix') 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 -- cgit 1.4.1