We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08e4f3 commit 53e00a5Copy full SHA for 53e00a5
models/email.lisp
@@ -100,7 +100,7 @@ Someone signed the CLA:
100
(adefun send-email (to subject body &key reply-to from-name (email-from *email-from*))
101
"Send an email. Returns a future that finishes when the operation is done (or
102
errors out otherwise)."
103
- (when *smtp-host*
+ (when (and (boundp '*smtp-host*) *smtp-host*)
104
(return-from send-email (send-email-smtp
105
*smtp-host*
106
email-from
0 commit comments