commit c7665c29c257f354af8ca7b00f99f89c2a459f48 from: witcher date: Mon Aug 15 11:02:47 2022 UTC Add example config file commit - ee004920e3e72e46c80c7f6c4da6ff3b48cf6b46 commit + c7665c29c257f354af8ca7b00f99f89c2a459f48 blob - /dev/null blob + 214c604cd3da20b5ca6342c98f0c7f096d7eedd6 (mode 644) --- /dev/null +++ config.example.toml @@ -0,0 +1,8 @@ +to = "receiver " +from = "sender " + +[smtp] +user = "user" +password = "password" +server = "server" +port = 25