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

9 lines
131 B
JSON
Raw Normal View History

{
"host": "localhost",
"port": 465,
"secure": true,
"auth": {
"user": "noreply",
"pass": ""
}
}