From 1f524f058238e28cd73d46e81e2dcc999102f516 Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Thu, 17 Jun 2021 12:10:17 -0400 Subject: [PATCH] docs: update email agent documentation (#1797) [skip ci] --- docs/using-overseerr/notifications/email.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/using-overseerr/notifications/email.md b/docs/using-overseerr/notifications/email.md index 75a51d947..89dfbab4d 100644 --- a/docs/using-overseerr/notifications/email.md +++ b/docs/using-overseerr/notifications/email.md @@ -24,11 +24,11 @@ Set this to the hostname or IP address of your SMTP host/server. Set this to a supported port number for your SMTP host. `465` and `587` are commonly used. -### Enable SSL (optional) +### Encryption Method -This setting should only be enabled for ports that use [implicit SSL/TLS](https://tools.ietf.org/html/rfc8314) (e.g., port `465` in most cases). +In most cases, [Use Implicit TLS](https://tools.ietf.org/html/rfc8314) should be selected for port 465, and [Use STARTTLS if available](https://en.wikipedia.org/wiki/Opportunistic_TLS) for port 587. Please refer to your email provider's documentations for details on how to configure this setting. -For servers that support [opportunistic TLS/STARTTLS](https://en.wikipedia.org/wiki/Opportunistic_TLS) (typically via port `587`), this setting should **not** be enabled. +The default value for this setting is **Use STARTTLS if available**. ### SMTP Username & Password