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

Keel SMTP notification error #762

Open
EmilyGrant00 opened this issue Jul 24, 2024 · 0 comments
Open

Keel SMTP notification error #762

EmilyGrant00 opened this issue Jul 24, 2024 · 0 comments

Comments

@EmilyGrant00
Copy link

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!

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

1 participant