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

13 lines
207 B
JSON

{
"host": "localhost",
"port": 465,
"secure": true,
"auth": {
"user": "noreply",
"pass": ""
},
"tls": {
"rejectUnauthorized": false
},
"pool": true
}