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

14 lines
252 B
JSON
Raw Normal View History

2017-10-10 09:09:47 +00:00
{
"host": "smtp.verdnatura.es",
"port": 465,
"secure": true,
"auth": {
"id": 10240,
"user": "nocontestar",
"pass": "ub606cux7op"
},
"tls": {
"rejectUnauthorized": false
},
"pool": true
}