From f0f4624ca5722c3ac2535c2942b6bd70c8d0c93b Mon Sep 17 00:00:00 2001 From: Agil Antony Date: Fri, 3 Oct 2025 19:49:13 +0530 Subject: [PATCH] ROX30849 Docs for configuring the EHLO/HELO hostname for SMTP notifiers ROX30849 Review comments ROX30849 Review comments --- modules/configure-acs-email.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/configure-acs-email.adoc b/modules/configure-acs-email.adoc index 6fbaf4eaa506..8cc75fca497d 100644 --- a/modules/configure-acs-email.adoc +++ b/modules/configure-acs-email.adoc @@ -19,7 +19,7 @@ If you are using {product-title-managed-short}, it blocks port `25` by default. . Select *New Integration*. . In the *Integration name* field, enter a name for your email integration. . In the *Email server* field, enter the address of your email server. The email server address includes fully qualified domain name (FQDN) and the port number; for example, `smtp.example.com:465`. -. Optional: If you are using unauthenticated SMTP, select *Enable unauthenticated SMTP*. This is insecure and not recommended, but might be required for some integrations. For example, you might need to enable this option if you use an internal server for notifications that does not require authentication. +. Optional: If you are using an unauthenticated Simple Mail Transfer Protocol (SMTP), select *Enable unauthenticated SMTP*. This is insecure and not recommended, but might be required for some integrations. For example, you might need to enable this option if you use an internal server for notifications that does not require authentication. + [NOTE] ==== @@ -68,3 +68,5 @@ With StartTLS, credentials are passed in plain text to the email server before t * StartTLS with the *Login* parameter sends authentication credentials in a `*base64*` encoded string. * StartTLS with the *Plain* parameter sends authentication credentials to your mail relay in plain text. ==== + +. Optional: Enter a hostname to use for the SMTP HELO/EHLO messages sent during the SMTP handshake. If you do not specify a hostname, `localhost` is used by default. \ No newline at end of file