diff options
author | beeankha <beeankha@gmail.com> | 2019-03-18 16:19:26 +0100 |
---|---|---|
committer | beeankha <beeankha@gmail.com> | 2019-03-18 16:28:57 +0100 |
commit | 74c84bd7df9b1709e665fcedc9fddee79fe1d9c0 (patch) | |
tree | ba079c5b1f123c8ecf868cb5e868ca6c40f87b42 /docs/notification_system.md | |
parent | Merge pull request #3426 from sugitk/patch-1 (diff) | |
download | awx-74c84bd7df9b1709e665fcedc9fddee79fe1d9c0.tar.xz awx-74c84bd7df9b1709e665fcedc9fddee79fe1d9c0.zip |
Update email section of Notification doc
Diffstat (limited to 'docs/notification_system.md')
-rw-r--r-- | docs/notification_system.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/notification_system.md b/docs/notification_system.md index 7418854f76..61d28033a1 100644 --- a/docs/notification_system.md +++ b/docs/notification_system.md @@ -47,7 +47,7 @@ Each of these have their own configuration and behavioral semantics and testing ## Email -The email notification type supports a wide variety of smtp servers and has support for ssl/tls connections. +The email notification type supports a wide variety of smtp servers and has support for ssl/tls connections and timeouts. ### Testing considerations |