mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 12:35:23 -04:00
Can't create user when SMTP is enabled #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michelleDeko on GitHub (Jan 22, 2025).
Hi,
I tried setting up Revolt on my server with an SMTP server (mailcow on the same server)
But I can't register an account because of the following error:
I'm 100% sure I the smtp settings were set correctly.
This is the error I'm getting on the website:
I also saw this error in the browser console:
Is there a way to fix this?
@insertish commented on GitHub (Feb 9, 2025):
It appears to be struggling to connect to your mail server, have you verified the connection manually?
If you specify "localhost", it won't work because that will refer to the internal Docker network.
You can use this trick for example: https://stackoverflow.com/a/62431165
@michelleDeko commented on GitHub (Feb 9, 2025):
I used the domain name (mail.domain.com), not something local. I also used the same options like I do in Nextcloud for example.
@Tyrthurey commented on GitHub (Feb 9, 2026):
++ on this, tried to set it up with resend smtp, but no luck