Ghost unable to send emails

@EmpiricalEE Same thing here. It was working before I run an update, which I only did to get the patch that was being announced. I was on 4.14.x if I remember correctly. This was the setup that was working, and removing the "secure": true, doesn’t do anything. Found a reference in

     "mail": {
       "from": "'xxxxx' <xxxx@xxxx.xxx>",
       "transport": "SMTP",
       "options": {
         "host": "smtp.mandrillapp.com",
         "service": "Mandrill",
         "port": "587",
         "secure": true,
         "auth": {
           "user": "XXXX",
           "pass": "XXXX"
         }
       }
     },

Also found a mention in here to nodemailer version being an issue, but checking my installation, I can’t be sure that is what needs to be changed.

bitnami@ip-x.x.x.x : /opt/bitnami/ghost/current $ npm list nodemailer
ghost@4.16.0 /opt/bitnami/ghost/versions/4.16.0
└─┬ @tryghost/nodemailer@0.3.2
└── nodemailer@6.6.3