diff --git a/docs/user/alerting/action-types/email.asciidoc b/docs/user/alerting/action-types/email.asciidoc index d7a9373a6e2a994..3e3bf4a2dfd4e81 100644 --- a/docs/user/alerting/action-types/email.asciidoc +++ b/docs/user/alerting/action-types/email.asciidoc @@ -87,6 +87,7 @@ You configure the email action to send emails using the connector form. For more information about configuring the email connector to work with different email systems, refer to: +* <> * <> * <> * <> @@ -94,6 +95,18 @@ systems, refer to: For other email servers, you can check the list of well-known services that Nodemailer supports in the JSON file https://github.com/nodemailer/nodemailer/blob/master/lib/well-known/services.json[well-known/services.json]. The properties of the objects in those files — `host`, `port`, and `secure` — correspond to the same email action configuration properties. A missing `secure` property in the "well-known/services.json" file is considered `false`. Typically, `port: 465` uses `secure: true`, and `port: 25` and `port: 587` use `secure: false`. +[float] +[[elasticcloud]] +===== Sending email from Elastic Cloud + +Use the following connector settings to send email from Elastic Cloud: + +* Sender: `noreply@watcheralert.found.io` +* Host: `dockerhost` +* Port: `10025` +* Secure: turn off +* Authentication: turn off + [float] [[gmail]] ===== Sending email from Gmail