Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duct module.mail Build Status

A Duct module that adds Integrant keys for sending mail via SMTP.

Installation

Add the following dependency to your deps.edn file:

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

Or to your Leiningen project file:

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

Usage

Add the :duct.module/mail key to your Duct configuration:

{:duct.module/mail {}}

This module will add a key, :duct.client/smtp, that will initiate into a function that takes a map defining a mail message, and will then deliver that message via SMTP.

In the :repl and :test profiles the message will be instead appended to the logs/mail.log or logs/mail-test.log file respectively.

License

Copyright © 2026 James Reeves

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Duct module for sending emails

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages