mirror of
https://github.com/MatMasIt/smtp_app_proxy.git
synced 2025-04-20 19:45:25 +02:00
23 lines
373 B
YAML
23 lines
373 B
YAML
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"
|
|
|
|
gpg:
|
|
home: "/home/user/.gnupg"
|
|
passphrase: "phrase" |