mirror of
https://github.com/wiggin77/mailrelay.git
synced 2025-02-18 00:20:46 +01:00
8 lines
201 B
JSON
8 lines
201 B
JSON
|
{
|
||
|
"smtp_server": "smtp.fastmail.com",
|
||
|
"smtp_port": 465,
|
||
|
"smtp_username": "username@fastmail.com",
|
||
|
"smtp_password": "secret_app_password",
|
||
|
"local_listen_port": "0.0.0.0",
|
||
|
"local_listen_ip": 2525
|
||
|
}
|