-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Error when mail is sent to reset password #2549
Comments
Can you try changing your |
Does UCS-TME.localdomain.com actually resolve to anything? |
I changed the mail host to localhost and it's not showing any errors, but it's also not sending any mail still. |
In order to send mail, you need a functioning mail server. You can then point your In either case, this is an issue with your mail server and configuration around that mail server, and not an issue with Snipe-IT. |
Thanks for the quick responses! |
Expected Behavior (or desired behavior if a feature request)
Click on 'email password reset' and a email will be sent to the requester.
Actual Behavior
When 'smtp' is used as the mail driver, I'm getting the message that something went wrong.
When I put it 'mail' as the mail driver, I don't get the error message anymore but there is no mail being sent.
Please confirm you have done the following before posting your bug report:
Please provide answers to these questions before posting your bug report:
Snipe-IT version: v3.3.0-3-g7ef4f23
PHP Version: 5.6.25
Laravel Version: 5.2.43
MAIL_DRIVER=smtp
MAIL_HOST=localhost.localdomain.com
MAIL_PORT=25
MAIL_USERNAME=username@localdomain.com
MAIL_PASSWORD=*****
MAIL_ENCRYPTION=null
MAIL_FROM_ADDR=username@localdomain.com
MAIL_FROM_NAME=user
I have not edited anything in the database as well.
Error from browser:
The text was updated successfully, but these errors were encountered: