Skip to content
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

Adding smtp server without user and password #30

Closed
troubleshootme opened this issue Dec 9, 2022 · 5 comments
Closed

Adding smtp server without user and password #30

troubleshootme opened this issue Dec 9, 2022 · 5 comments

Comments

@troubleshootme
Copy link

I would like to use smtp-relay.gmail.com to send mail out but serpbear requires username and password for mail parameters but my relay auths via IP.

@towfiqi
Copy link
Owner

towfiqi commented Dec 17, 2022

Thanks for reporting, will fix in next release.

@towfiqi
Copy link
Owner

towfiqi commented Dec 20, 2022

@troubleshootme Upon looking into this, found out that even if you do use gmail, you would still need to use your username, password in the SMTP user and password field. You might still be blocked by google and you may have to go to https://www.google.com/settings/security/lesssecureapps and enable it.

@troubleshootme
Copy link
Author

This is true for free Gmail, I am referring to Google's SMTP relay service for Google Workspace. They give you the option to use smtp-relay.gmail.com and whitelist server IP requiring no SMTP auth. I prefer to use that rather than enable less secure apps. Microsoft 365 also provides a similar service.

@towfiqi
Copy link
Owner

towfiqi commented Dec 21, 2022

Fixed in latest release. Try pulling the latest docker image and you should be able to add your smtp details without user/pass.

@troubleshootme
Copy link
Author

troubleshootme commented Dec 21, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants