I am new to Ghost and I am workin in the theme Dawn. Everything so far goes smoothly except figuring out how I can make the Signup/Login function working. It remains giving the error “Failed to sign up, please try again”.
I registred on Mailgun and added the API details at the “Email newsletter settings”. Also I changed the config.production.json to the below as was indicated in previous discussions:
“mail”: {
“transport”: “SMTP”,
“options”: {
“service”: “Mailgun”,
“host”: “smtp.mailgun.org”,
“port”: 587,
“secure”: false,
“auth”: {
“user”: “inserted my SMTP username given by Mailgun”,
“pass”: “inserted my SMTP password given by Mailgun”
}
}
},
However, it still does not work and the failed to signup error remains. I sent myself a test email via the ghost dashboard and that worked and was sent appropriately via Mailgun.
By Mailgun account I meant there is an option on mailgun Under Setting > API Keys at the bottom IP Whitelist If any IP is defined there that means mailgun only listens from that IP. So please check there if that feature is turned on or not. If turned on check you have added your current server IP there.