Ghost Mail Problem

Ok, if I change the config like this, then I can send mails:

“mail”: {
“transport”: “SMTP”,
“options”: {
“host”: “127.0.0.1”,
“port”: 25,
“ignoreTLS”: true,
“auth”: {
“user”: “noreply@[my domain]”,
“pass”: “[is available]”

2 Likes