mirror of
https://github.com/MatMasIt/smtp_app_proxy.git
synced 2025-12-15 18:24:21 +01:00
First commit
This commit is contained in:
19
config.example.yml
Normal file
19
config.example.yml
Normal 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"
|
||||
Reference in New Issue
Block a user