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
Describe the bug
Notification using SMTP fails to send
To Reproduce Steps to reproduce the behavior:
probes: - id: 'http-1' name: 'status-401-test' requests: - url: https://httpbin.org/status/401 method: PATCH alerts: - assertion: response.status < 200 or response.status > 308 message: HTTP Status is not 200 - assertion: response.time > 2000 message: Too sloow notifications: - id: smtp-maitrap type: smtp data: recipients: ['[email protected]'] hostname: smtp.mailtrap.io port: 2525 username: 'user' password: 'password'
Expected behavior Expect notifications from SMTP channel to be received.
Screenshots
Desktop (please complete the following information):
ffc8e9b9619205fc4e164fe9586fb5f05e27d039
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Notification using SMTP fails to send
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect notifications from SMTP channel to be received.
Screenshots
Desktop (please complete the following information):
ffc8e9b9619205fc4e164fe9586fb5f05e27d039
)The text was updated successfully, but these errors were encountered: