-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
[BUG] SMTP open relay #1158
Comments
Tried again with
|
Hi @mattwoberts, My previous company also had an open SMTP server; to resolve this issue they did this: I wanted to ask how this solution looked. I was thinking of putting it under a conditional checking if the user provided the SMTP host without Username and Password. |
@npham49 yes I think that does make sense, thanks 👍 |
Fider Cloud or Self Hosted
Self-hosted,
getfider/fider:stable
imageDescribe the bug
A clear and concise description of what the bug is.
My SMTP server is internal to my network and does not require a username/password. Mail does not send with the error:
smtp: server doesn't support AUTH (app/services/email/smtp/smtp.go:131)
To Reproduce
I have
EMAIL_SMTP_HOST
,EMAIL_NOREPLY
, andEMAIL_SMTP_PORT
(587) set. I do not haveEMAIL_SMTP_USERNAME
,EMAIL_SMTP_PASSWORD
, orEMAIL_SMTP_ENABLE_STARTTLS
set.Expected behavior
The initial activation email should go out.
Additional context
I set up an earlier version of Fider in this same environment and did have mail go out — so maybe this is a recent bug, or I have an incorrect configuration.
The text was updated successfully, but these errors were encountered: