Liking cljdoc? Tell your friends :D

boundary.email.shell.module-wiring

Integrant lifecycle for the email module.

Config keys:

:boundary/email {:provider :smtp :host "..." :port 587 :username "..." :password "..."} {:provider :logging} ; dev — logs instead of sending

Returns an EmailSenderProtocol implementation.

:boundary/email-queue {:sender (ig/ref :boundary/email) :max-retries 3}

Returns an EmailQueueProtocol implementation (in-memory, single-process).

Integrant lifecycle for the email module.

Config keys:

:boundary/email
  {:provider :smtp :host "..." :port 587 :username "..." :password "..."}
  {:provider :logging}                          ; dev — logs instead of sending

  Returns an EmailSenderProtocol implementation.

:boundary/email-queue
  {:sender (ig/ref :boundary/email) :max-retries 3}

  Returns an EmailQueueProtocol implementation (in-memory, single-process).
raw docstring

No vars found in this namespace.

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close