I get an error message on sign-in or signup - ‘failed to sign-up, please try again’
I’m currently running Ghost version 4.32.0
Hey @James_Tucker,
In my experience, If you’re self hosting this is likely caused by an email setup misconfiguration.
Do you have any logs that you can share?
Cheers,
Alex.
Got it working by adding the following to the config file
“transport”: “SMTP”,
“options”: {
“service”: “Mailgun”,
“host”: “smtp.mailgun.org”,
“port”: 465,
“secureConnection”: true,
