Hi there, I just upgrade my Ghost to it’s last version (3.37.1) and it seems that it caused 2 problems:
-
Newsletter forms are not working anymore. I have connected Mailgun to Ghost by editing config.development.json and adding this:
“mail”: {
“transport”: “SMTP”,
“options”: {
“service”: “Mailgun”,
“host”: “smtp.mailgun.org”,
“port”:587,
“secureConnection”: true,
“auth”: {
“user”: “noreply@remarketingo.com”,
“pass”: “mypassword”
}
}
},
and by adding Mailgun’s private API key. New staff member will recieve the email but nothing happens when I try to become a member through newsletter form. -
Nothing shows up in the portal customization dashboard:
The domain is remarketingo.com
PS: don’t try to subscribe to the form in the hero section on the homepage, thats an AWEBER embeded form.

For the second issue, would you be able to confirm the value of
Glad we could get it sorted!