Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/configure-acs-email.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
====
Expand Down Expand Up @@ -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.