R
Railway9mo ago
BruceX

How to set mailgun to Ghost(docker) + Sqlite

I had used Ghost with mysql, but currently I try to use a new Ghost template with Sqlite. I did not found some sufficient doc for this template to set up it with mailgun and CLOUDINARY.
8 Replies
Percy
Percy9mo ago
Project ID: 1d061aaf-a6f1-415a-b95a-978a044e31d5
BruceX
BruceX9mo ago
1d061aaf-a6f1-415a-b95a-978a044e31d5 I did some steps like Ghost with Mysql. When I tried to send email, I got Error :
[2023-09-07 02:00:22] ERROR "POST /members/api/send-magic-link/" 500 440ms


Failed to send email. Reason: Sending failed.

"Please see https://ghost.org/docs/config/#mail for instructions on configuring email."

Error ID:

4dbcf500-4d22-11ee-b97c-2d076c584b89

----------------------------------------

Error: Sending failed

at createMailError
[2023-09-07 02:00:22] ERROR "POST /members/api/send-magic-link/" 500 440ms


Failed to send email. Reason: Sending failed.

"Please see https://ghost.org/docs/config/#mail for instructions on configuring email."

Error ID:

4dbcf500-4d22-11ee-b97c-2d076c584b89

----------------------------------------

Error: Sending failed

at createMailError
This is the template: https://railway.app/template/9VGb60
Brody
Brody9mo ago
what email provider are you trying to use
BruceX
BruceX9mo ago
thans for your reply. I solved this problem.
BruceX
BruceX9mo ago
Catch The Block
✉️ How to Setup Mailgun in Ghost (self hosted, docker-compose)
This short blog post aims at helping those who are struggling (like me ) to setup properly Ghost and emails (using Mailgun).
Brody
Brody9mo ago
glad you where able to solve it!
BruceX
BruceX9mo ago
Btw, I need to mention something for new users who will come to this template: smtp.eu.mailgun.org is for EU, , however, smtp.us.mailgun.org is not for the US. smtp.mailgun.org is for the US.
Brody
Brody9mo ago
thats very good information, thanks!