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 <sternenseemann@systemli.org> Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
37d573479b
commit
349b98ccc8
4 changed files with 65 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue