Documentation
¶
Overview ¶
dovel is a SMTP server and web interface that is simple to setup and use.
This package has two parts:
- The dovel binary
- The interfaces library
1. The binary ¶
This binary is the main server, it is configured using a single config file which should be located in ~/.dovel-config.json. This server is responsible to receive your emails and save them according to your config. The other part is the optional web interface that is used to visualize your mail.
The structure of this config file is [config.Config]. See that doc for more info.
2. The library ¶
This package also delivers a subpackage called interfaces, it contains structs that are used through this project. Those are also used in templates and you can use them in other projects.
Click to show internal directories.
Click to hide internal directories.