This is the main dovel repository, it has the Go code to run dovel SMTP server.
Author: blmayer (bleemayer@gmail.com)
Date: Sat Jan 21 22:58:15 2023 -0300
Parent: 8df1fb0
Updated docs
commit ab372c6b775a05675b0da2a8565a901fd5abec56 Author: blmayer <bleemayer@gmail.com> Date: Sat Jan 21 22:58:15 2023 -0300 Updated docs diff --git a/doc.go b/doc.go index 637a577..a30a330 100644 --- a/doc.go +++ b/doc.go @@ -12,4 +12,13 @@ // 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. package dovel