postal
postal copied to clipboard
Clojure email support
Been trying to update the version of postal on a project and noticed some dependency mismatches where the project is pulling in jakarta but importing javax. Was wondering if it...
Google will stop support for "Less secure 3rd party applications" on May 30th 2022. Can postal be used with oauth2? I think, adding support would be possible, since [Jakarta Mail/...
In JDK9+, DataHandler appears to be dropped. Therefore, an error is thrown: ```clojure #error { :cause javax.activation.DataHandler :via [{:type clojure.lang.Compiler$CompilerException :message Syntax error compiling at (postal/message.clj:1:1). :data #:clojure.error{:phase :compile-syntax-check, :line...
I suspect `:otherwise` was intended to be inside the `cond` here: https://github.com/drewr/postal/blob/7606a66c10b66abd3476c6f4c828fb4b87d3792d/src/postal/message.clj#L83-L91
I see in the README that STARTTLS and TLS is supposed to be supported. I read issue #7 and the old pull #11 that looked to solve this. But I...
With Postal 2.0.3 it is not possible to send emails with HTML content instead of plain text. This adds support for specifying a map as body that contains `:content` and...
This problem is odd, very odd, I don't fully understand it. It appeared out of nowhere when using postal on the raspberry pi, if that's relevant. Before this fix, `postal.support/pom-version`...
Return the reply because it may contain useful information for logging and tracking. In particular, Amazon SES insists on assigning a new Message ID rather than trusting the one we...