Skip to content

Commit

Permalink
add warning for smtp and office365
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <[email protected]>
  • Loading branch information
Issif committed Apr 25, 2024
1 parent 0dca717 commit 03bf38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/outputs/smtp.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
| `smtp.minimumpriority` | `SMTP_MINIMUMPRIORITY` | `""` (= `debug`) | Minimum priority of event for using this output, order is `emergency,alert,critical,error,warning,notice,informational,debug or ""` |


> **Note**
> [!NOTE]
The Env var values override the settings from yaml file.

> **Warning**
> The `smtp` can't work with the Office365 domains because of the authentication method used by the platform, it includes outlook.com, office365.com, hotmail.com, ...
> [!WARNING]
The `smtp` can't work with the Office365 domains because of the authentication method used by the platform, it includes outlook.com, office365.com, hotmail.com, ...

## Example of config.yaml

Expand Down

0 comments on commit 03bf38f

Please sign in to comment.