Hi, I installed Ghost via self-hosted platform in DO.
I am having trouble getting the signups to work and I also can’t change the support and newsletter email addresses. I am able to send test emails/newsletters.
Here is the settings I added in config.production.json
"mail:" {
"transport": "SMTP",
"options": {
"service": "Mailgun",
"host": "smtp.mailgun.org",
"port": 465,
"auth": {
"user": "postmaster@domain.com",
"pass": "pwd"
}
}
},
I would appreciate some help! Thanks!
Here’s my website: https://dietrich.ink