You’re right I apologize.
This is the version of ghost and its configuration:
- Version 3.22.1
- Environment production
- Database mysql
- Mail SMTP
This is the config.production.json file:
{
"url": "https://domain.it",
"server": {
"port": 2368,
"host": "127.0.0.1"
},
"database": {
"client": "mysql",
"connection": {
"host": "localhost",
"user": "ghost-***",
"password": "******",
"database": "ghost_***"
}
},
"mail": {
"transport": "SMTP",
"options": {
"service": "Mailgun",
"host": "smtp.eu.mailgun.org",
"port": 465,
"secureConnection": true,
"auth": {
"user": "postmaster@mg.domain.it",
"pass": "*************"
}
}
},
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "systemd",
"paths": {
"contentPath": "/var/www/ghost/content"
}
}
Under the item Email newsletter settings from the admin panel of Ghost, as Mailgun Domain I set: mg.domain.it
with the Mailgun API key.
As a mail client I use Mailspring. But I tried to open the email with GMAIL too, I have the same problem.
Indeed this setting was active. I disabled it and tried to send a new email. I still have the same problem. Is it possible that the setting takes time to propagate? It seems strange.
I had the same problem, but this was fixed some time ago:
I hope I have given enough information, if not, ask me what you need, thanks