salix/services/mailer/Application/Config/mailerSmtp.json

9 lines
133 B
JSON
Raw Normal View History

2017-06-01 05:10:28 +00:00
{
"host": "smtp.verdnatura.es",
"port": 465,
"secure": true,
"auth": {
2017-06-01 06:26:48 +00:00
"user": "",
"pass": ""
2017-06-01 05:10:28 +00:00
}
}