|
|
|
@ -3,7 +3,6 @@ |
|
|
|
"recipients": ["user1@example.org", "user2@example.org" ], |
|
|
|
"recipients": ["user1@example.org", "user2@example.org" ], |
|
|
|
"smtp_server": "smtp.example.org", |
|
|
|
"smtp_server": "smtp.example.org", |
|
|
|
"smtp_port": 587, |
|
|
|
"smtp_port": 587, |
|
|
|
"connection": "STARTTLS", |
|
|
|
|
|
|
|
"smtp_user": "mailinglist@example.org", |
|
|
|
"smtp_user": "mailinglist@example.org", |
|
|
|
"smtp_pass": "PASSWORD" |
|
|
|
"smtp_pass": "PASSWORD" |
|
|
|
} |
|
|
|
} |
|
|
|
|