Skip to content

Commit

Permalink
Change default for mail to i-smtp due to the removal of cl-sendmail f…
Browse files Browse the repository at this point in the history
…rom ql.
  • Loading branch information
Shinmera committed Nov 10, 2024
1 parent ef0eb68 commit 25f66a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-config.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 25f66a6

Please sign in to comment.