I am trying to set up my first discourse server, using docker and hosted in azure.
I have it running, but can’t get email to send from discourse. Looking at the production.log file in the container it appears that the problem is a lack of root cert packages in the Linux machine
Sent mail to someone@example.com (143.7ms)
Job exception: hostname "smtp.sendgrid.com" does not match the server certificate
Googling around seems to indicate the problem is that I need to install the Godaddy root cert in the container.
Does that seem correct? Why wouldn’t the standard root certs already be available?