Skip to content

Simple SMTP server for forwarding emails to other destinations.

License

Notifications You must be signed in to change notification settings

plustik/kutsche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kutsche

Kutsche is a simple SMTP server, that saves received emails locally or forwards them to a given Matrix room.

This project is a WIP and can/should not be used in production.

Usage

The minimal supported rust version is currently 1.61. Compile the server with

$ cargo build --release

Run the server with

./target/release/kutsche --config-file <path/to/config>

You can find an exemplary config file with explanations for all configuration parameters in the example directory.

About

Simple SMTP server for forwarding emails to other destinations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages