Closed jhajek closed 7 years ago
This is confusing because of the dynamic nature truthiness in Clojure (and many langs). Basically, anything not nil
or false
will usually satisfy truth in a predicate, in this case an if expression. The documentation above subtly implies that this is the case by using a boolean in one place and a keyword in another, but it's not very clear. I'll fix that.
Hi in the README.md under Gmail authentication the example to use SSL uses this syntax
But an example in https://github.com/drewr/postal/issues/22 shows this syntax for using
:ssl
What is the correct method for enabling :ssl?