-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept SMTP server with no logins #1883
Comments
Take a look at line 3 of packages/rocketchat-lib/server/startup/settingsOnLoadSMTP.coffee, it only sets process.env.MAIL_URL when host, username and password configurations are set. To fix it, try removing |
@bgomelsky - thanks! @improvethings - or just add a username and password to your |
@fduraibi - pls submit PR |
PR #1904 |
I have postfix running on localhost port 25.
In Rocket.Chat /admin/SMTP I have localhost, port 25, no user or password and [email protected].
In /admin/users in the top right, if I click on the + symbol to add a user, it says "In order to send invitation emails you first must configure SMTP settings".
When I choose to send a test email, I get a popup saying, "Success! An email was sent to [email protected]" but an email never arrives. How do I debug this? Nothing seems to hit my postfix mail.log.
Also, what is the purpose of /mailer, there doesn't seem to be an option to save settings there.
The text was updated successfully, but these errors were encountered: