Hello, I actually configured everything correctly back then, but unfortunately I can’t invite any employees. I’ve attached the error message and my configuration here.
Double check your Mailgun configuration, you can refer to Ghost official guid: Configuration - Adapt your publication to suit your needs
The keys related to mail config are different from what I usually see, they should be:
mail__transport: "${MAIL_TRANSPORT}"
mail__options__host: "${MAIL_HOST}"
mail__options__port: "${MAIL_PORT}"
mail__options__auth__user: "${MAIL_USER}"
mail__options__auth__pass: "${MAIL_PASSWORD}"
Missing mail.from config ...
won’t affect Mailgun’s functionality.
Unfortunately it still doesn’t work
Check the error log under your Ghost project’s logs
directory, and try to find more detailed errors info related to mail sending.
Where can I find these?
Login into your VPS and go to the Ghost project directory, you can find the directory logs
there and can see error.log
in file name.
This doesn’t seem to be the Ghost error log. Based on the image you provided, your Ghost project is located at /var/ghost/bvcmag24_ghost/content
. You should navigate to this directory to find the logs.
In the directory and files I was in, that’s where it says!!!