Liking cljdoc? Tell your friends :D

ventas.email


get-configclj

(get-config)
source

save-config!clj

(save-config! config)
source

send!clj

(send! args)

Sends an email. args will be passed to Postal with the :from address specified in the configuration. Example: {:to test@test.com :cc another-test@test.com :subject Hi! :body Test} See the Postal documentation for more information: https://github.com/drewr/postal/blob/master/README.md

Sends an email.
`args` will be passed to Postal with the `:from` address specified in the
configuration.
Example:
{:to `test@test.com`
 :cc `another-test@test.com`
 :subject `Hi!`
 :body `Test`}
See the Postal documentation for more information:
https://github.com/drewr/postal/blob/master/README.md
sourceraw docstring

send-template!clj

(send-template! template {:keys [user] :as template-args})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close