From 25f66a6e7c82eca8be3d250e21cd23ca25ff052a Mon Sep 17 00:00:00 2001 From: Yukari Hafner Date: Sun, 10 Nov 2024 15:43:41 +0100 Subject: [PATCH] Change default for mail to i-smtp due to the removal of cl-sendmail from ql. --- default-config.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-config.lisp b/default-config.lisp index b21a141..e07e5f0 100644 --- a/default-config.lisp +++ b/default-config.lisp @@ -7,7 +7,7 @@ (:database . "i-lambdalite") (:relational-database . "i-sqlite") (:logger . "i-verbose") - (:mail . "i-sendmail") + (:mail . "i-smtp") (:profile . "r-simple-profile") (:rate . "r-simple-rate") (:server . "i-hunchentoot")