Email notification #19223
Unanswered
snipeitsvc
asked this question in
Q&A
Email notification
#19223
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
i have a snipe-it server in centos 9 and everything is running smoothly 2 years now.
My issue is: i don't get to establish the email (smtp) to run.
We have Microsoft Exchange Online and here is my setting on SMTP:
--------------------------------------------
REQUIRED: OUTGOING MAIL SERVER SETTINGS
--------------------------------------------
MAIL_DRIVER=smtp
MAIL_HOST=xxxxxxxxxx.mail.protection.outlook.com
MAIL_PORT=25
MAIL_USERNAME=xxxxxxx@savethechildren.de
MAIL_PASSWORD=xxxxxxxxx
MAIL_FROM_ADDR=xxxxxxx@savethechildren.de
MAIL_FROM_NAME='Asset-Mgmt'
MAIL_REPLYTO_ADDR=noreply@savethechildren.de
MAIL_REPLYTO_NAME='Asset-Mgmt'
MAIL_AUTO_EMBED='attachment'
MAIL_AUTO_EMBED_METHOD=base64
MAIL_TLS_VERIFY_PEER=false
Here is the error that i'm having when trying to test it:
"Test Mail Mail could not be sent.
No additional error message provided. Check your mail settings and your app log.
This will attempt to send a test mail to xxxxxx@savethechildren.de"
I'm looking forward hearing from you and i thank you in advance!
Best,
All reactions