Hi all!
I’m currently self-hosting a Ghost instance on my Ubuntu DigitalOcean VPS; however, when I tried subscribing to one of my extra emails, it said, “There was an error sending the email. Please try again.” I’m pretty sure I have the correct configuration, which is provided below. Hopefully, someone can help me!
Configuration:
"mail": {
"from": "redacted@xx.lol",
"transport": "SMTP",
"options": {
"service": "ZohoMail",
"host": "smtp.zoho.com",
"port": 465,
"secureConnection": true,
"auth": {
"user": "redacted@xx.lol",
"pass": "redacted"
},
"from": "redacted@xx.lol"
}
},