You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 ways to configure email in Rocket.chat:
MAIL_URL
Administration -> EMail -> SMTP
From my experience, they are both required and behave differently.
MAIL_URL is required to send "forgot password email" for instance, I believe, this is the standard meteor way.
Administration -> EMail -> SMTP is required to send verification email, this is I beliweve, something created by rocket, and not meteor standard..
Would it be possible to make Administration -> EMail -> SMTP read from MAIL_URL?
And make MAIL_URL read from Administration -> EMail -> SMTP if not present?
This way, we would have a consistent way of configuring emails in Rocket.Chat.
The text was updated successfully, but these errors were encountered:
Rocket.Chat Version: latest
There are 2 ways to configure email in Rocket.chat:
From my experience, they are both required and behave differently.
MAIL_URL is required to send "forgot password email" for instance, I believe, this is the standard meteor way.
Administration -> EMail -> SMTP is required to send verification email, this is I beliweve, something created by rocket, and not meteor standard..
This is related to #5192 and #3602
Would it be possible to make Administration -> EMail -> SMTP read from MAIL_URL?
And make MAIL_URL read from
Administration -> EMail -> SMTP
if not present?This way, we would have a consistent way of configuring emails in Rocket.Chat.
The text was updated successfully, but these errors were encountered: