-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Email not working #7019
Comments
the mail username & password should be your email account & email password. It will uses those details to authenticate with your email server. MAIL_USERNAME=[email protected] you can test the email settings from Admin -> General Settings -> Test Email -> Send Test |
I know this thanks, I just covered it for safety reasons. |
try changing the port to 465. This is generally the port used for SSL/TLS. You can also try changing the authentication type to SSL rather than TLS Port 587 is normally used for non secure connections. If you don't have a valid SSL certificate on your server you may need to use this port and leave authentication type blank |
I have tried port 587 with a authentication type:null. But I'll try port 465 now. |
Unfortunately that didn't work. |
the outgoing mail server settings should be the same settings you would use to configure your emails in outlook. Also Check the below posts they have plenty of info for setting up / troubleshooting email https://snipe-it.readme.io/docs/configuration#section-required-outgoing-mail-settings
|
All things check out, my config is the same, nothing is being blocked. Everything looks like it should be fine but it clearly isn't? I'm not sure how to send a test email from snipe admin? If you mean send an email from Admin email to admin email then that doesn't work either...
|
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
Figured out the issue, the email notification box was unchecked for the category. |
I'm currently utilizing Snipe IT V6.30, and all my email configurations seem to be in order. I've conducted a test email and successfully received it in my Gmail account. However, when it comes to checking in or checking out assets, the emails aren't reaching my Office 365 Exchange. Can anyone offer assistance with this issue? |
Please confirm you have done the following before posting your bug report:
Describe the bug
I finally tried setting up my email. There was 1 Log that I kept getting and it was the my MAIL_USERNAME='YOURUSERNAME', replaced the defaults with my details and that cleared me log. But I am not getting emails from checking in nor out. I used my gmail account as there was a working config that I found, but even using that didn't send emails.
Expected behavior
I expected it to just send the email to my account.
Screenshots
https://pasteboard.co/Ie20ixB.png
https://pasteboard.co/Ie20DSl.png
Server (please complete the following information):
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
I've taken this over from another guy, so not entirely sure how he installed it. But The config files are good, it's just the mail notifications and notifications in general that I can't get to work. I'm so new to this that I don't even know how to add the 'test email button' from a previous that I found.
The text was updated successfully, but these errors were encountered: