salix/services/mailer/application/config/smtp.json

14 lines
228 B
JSON
Raw Normal View History

{
"host": "localhost",
"port": 465,
"secure": true,
"auth": {
"id": 10240,
"user": "noreply",
"pass": ""
2017-06-07 13:28:42 +00:00
},
"tls": {
"rejectUnauthorized": false
},
"pool": true
}