Skip to content

Commit

Permalink
Add cloud email connector section
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Richers committed Feb 15, 2021
1 parent c1d1b2b commit 18e9dbe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/user/alerting/action-types/email.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,26 @@ 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:

* <<elasticcloud>>
* <<gmail>>
* <<outlook>>
* <<exchange>>
* <<amazon-ses>>

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 &mdash; `host`, `port`, and `secure` &mdash; 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
Expand Down

0 comments on commit 18e9dbe

Please sign in to comment.