Hi, just wanted to say that flarum is 1,000,000 times easier to install than other forum software. I was able to install it AND import all MyBB data in less than 20 minutes.
Everything worked with no issues whatsoever. Email worked out of the box too.
Though I would like to setup SMTP relay to allow Google Workspace gmail to handle all emails. I've already set it up in nodeBB and it works fine there.
But it doesn't seem to be working with flarum. Specifically, these are the settings I want to use:
SMTP Host: smtp-relay.gmail.com
SMTP Port: 587
Connection security: StartTLS
It seems flarum doesn't accept StartTLS connections, only ssl and tls. TLS is fine, I just want the email to be encrypted. But when I enter in those settings, it doesn't work. Flarum gives me an error when attempting to send a test email.
I have to use my username and an app password to get it to work, which defeats the purpose of using relay.
Also, the emails it sends don't appear to be encrypted.
How do I get SMTP relay to work?