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

9 lines
133 B
JSON

{
"host": "smtp.verdnatura.es",
"port": 465,
"secure": true,
"auth": {
"user": "",
"pass": ""
}
}