Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 732 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 732 Bytes

KtSmtp

License: MPL 2.0

A simple SMTP server written in Kotlin as a learning exercise.

Instructions

Building the application

make build

Running the application

make run

Building the container

make build-container

Deploying the container

make deploy-container

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

MPL-2.0