Hey, Everybody I’m Currently Config in side My Zoho SMTP Service In config.production.json in Ghost CMS. Now I’m See A Error.
Look Like:
My Code Inside config.production.json:
“mail”:{
“transport”: “SMTP”,
“from”: “contact@officialrajdeepsingh.dev”,
“options”: {
“service”: “ZOHO”,
“host”: “smtp.zoho.com”,
“port”: 465,
“secureConnection”: true,
“auth”: {
“user”: “Email here”,
“password”: “password”
}
}
},