Summary
Account verification email not delivering.
Steps to reproduce
I’m signing up on the website using my browser. When trying to connect in the app to the community, I receive an error saying the email hasn’t been verified.
Expected behavior
When signing up, I expect to receive a verification email
Observed behavior
Exactly what I described in Steps to reproduce.
What are your SMTP settings? Does “Test Connection” work? Do you have access to the SMTP server logs?
You can also set loglevel to DEBUG and sign up a test user and watch for anything helpful.
I have a personal Mattermost instance. I had some people complain about never receiving verification emails. Since I run my own SMTP server, I was able to see in its logs that mail from my ISP was being rejected. Mattermost logs said nothing, because it had successfully handed the mail to my mail server.
That’s helpful, thank you! I spoke with the owner of the instance, he’s going to look into what’s going on with the mail server. It sounded like other users that tried to onboard in the past few days had a similar issue.