First commit

This commit is contained in:
2025-02-17 03:03:55 +01:00
commit 4900374cbd
6 changed files with 326 additions and 0 deletions

19
config.example.yml Normal file
View File

@@ -0,0 +1,19 @@
smtp_proxy:
host: "localhost"
port: 1025
smtp_server:
host: "smtp.mailserver.com"
port: 587
user: "your_email@mailserver.com"
password: "your_password"
from_name: "Your Name"
from_email: "your_email@mailserver.com"
apps:
app1@localhost:
password: "pw1"
app2@localhost:
password: "pw2"