We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to run keel with mail notification configured. Right now, my configuration for notification looks like this:
mail: enabled: true from: "[email protected]" to: "[email protected]" smtp: server: "smtp.office365.com" port: 587 user: "[email protected]" pass: "my_password"
Currently when I run keel with this config I get the error:
level=error msg="extension.notification.mail: failed to send notification" error="504 5.7.4 Unrecognized authentication type [... .CANPRD01.PROD.OUTLOOK.COM ... ]"
Using port 25 for smtp as shown in the docs gives this error instead:
level=error msg="extension.notification.mail: failed to send notification" error="dial tcp 40.99.xxx.xx:xx: connect: connection timed out"
Seems like it might be outdated? But any help would be appreciated, Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to run keel with mail notification configured. Right now, my configuration for notification looks like this:
Currently when I run keel with this config I get the error:
level=error msg="extension.notification.mail: failed to send notification" error="504 5.7.4 Unrecognized authentication type [... .CANPRD01.PROD.OUTLOOK.COM ... ]"
Using port 25 for smtp as shown in the docs gives this error instead:
level=error msg="extension.notification.mail: failed to send notification" error="dial tcp 40.99.xxx.xx:xx: connect: connection timed out"
Seems like it might be outdated? But any help would be appreciated,
Thanks!
The text was updated successfully, but these errors were encountered: