org.duct-framework/module.mail

Duct module for sending emails

Leiningen/Boot

[org.duct-framework/module.mail "0.1.0"]

Clojure CLI/deps.edn

org.duct-framework/module.mail {:mvn/version "0.1.0"}

Gradle

implementation("org.duct-framework:module.mail:0.1.0")

Maven

<dependency>
  <groupId>org.duct-framework</groupId>
  <artifactId>module.mail</artifactId>
  <version>0.1.0</version>
</dependency>