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

12 lines
189 B
JSON
Raw Normal View History

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