Hi! I’m using using a fresh installation of ghost on digital ocean. My installation is accessible at https://wtf.rs.
Here’s a part of my config.production.json file. I attempted to mess with it, added multiple new lines (marked them as – this is new).
“mail”: {
“from”: “hello@wtf.rs”, — this is new
“transport”: “SMTP”,
“options”: {
“host”: “smtp-relay.sendinblue.com”,
“port”: 587,
“secure”: true,
“requireTLS”: true, – this is new
“auth”: {
“user”: “myemail”,
“pass”: “mypassword”
}
}
},
“tls”: {
“rejectUnauthorized”: false – this whole section is new
},
My domain is verified in sendinblue. I enabled port 587 (in and out).
After modifying the config, every single time I’d restart ghost instance and attempt to signup.
What am I missing? Help is much appreciated.