-
Notifications
You must be signed in to change notification settings - Fork 8.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
[Actions] ensure built-in email action works with cloud smtp relay #50646
Comments
Pinging @elastic/kibana-stack-services (Team:Stack Services) |
This should be easy to test once #50209 lands - "Enable alerting plugins by default". Spin up a cloud instance using Kibana master, and try creating an email action with the existing email action type, and then executing it. |
I tried this out today and it looks like we have a similar problem to #55359. The email action requires a
|
nvm - think I understand - seems like the fix for #57143 will fix this |
I believe this was fixed for 7.7 or a patch of that, but would be good to re-test with 7.8 manually to make sure things are still working, since we don't have an automated test for this. |
Closing as done. |
We've tested this numerous times over multiple releases - should work now in recent Kibanas. |
Our current built-in email action has only been tested with mail "services" (like the nodemailer built-in "gmail" service). For cloud, sounds like every cluster will have an smtp relay available.
We should make sure we can actually use this relay successfully, using the built-in email. We may need to provide some additional functionality to make it work.
The text was updated successfully, but these errors were encountered: