drewr / postal

Clojure email support
MIT License
587 stars 85 forks source link

Enabling of sasl #45

Closed ryfow closed 9 years ago

ryfow commented 10 years ago

We were trying to get postal to work with CRAM-MD5 and had issues. This enables sasl by default and allows you to disable it by passing in :sasl false.

charles-dyfis-net commented 9 years ago

FYI: This conflicts with #55. On the other hand, merging in #55 would allow :sasl.enabled true (or false) to be honored without any further changes.

drewr commented 9 years ago

@ryfow You should be able to use @charles-dyfis-net's suggestion now with 1.11.4. Thanks!