Hello Friends.
I have recently set up the latest version of Ghost 5.49.0 on my self-hosted vps. I initially had some issues setting up mail, both transactional via SMTP and Bulk via the Mailgun API. I now have both working i.e. I can send newsletters and I receive signup confirmations for new accounts etc. I still have this notification in settings
Did you set up transactional and bulk mail on the current version you are using?
Mine cleared when I upgraded to the next version when it became available.
That’s what I experienced at least.
As far as I can see, everything works fine. I have no idea why this notice is present. This line in Ghost’s source code checks if direct email service is being used and the error originates from this assumption. But in the same time, in the screenshot above, Ghost correctly recognises I am using SMTP. So, what gives the error? I hope Ghost team will be able to investigate it. Apart from that, this notice does not bother me much.
:~$ journalctl -u ghost
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal' can see all messages.
Pass -q to turn off this notice.
-- No entries --
My logs are stored now in /content/logs directory.
There are no log entries corresponding to email delivery whenever I send any emails neither in production.log or production.error.log