Skip to content

Commit 7c5cedc

Browse files
jafialaekohlLennonka
committed
Add notice of deprecation of sendmail (#4386)
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]> Co-authored-by: Lena Ansorgová <[email protected]>
1 parent 487ac81 commit 7c5cedc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

guides/common/modules/proc_configuring-satellite-for-outgoing-emails.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
[id="Configuring_Server_for_Outgoing_Emails_{context}"]
44
= Configuring {ProjectServer} for outgoing emails
55

6-
To send email messages from {ProjectServer}, you can use either an SMTP server, or the `sendmail` command.
6+
To send email messages from {ProjectServer}, you can use an SMTP server or the `sendmail` command.
7+
8+
:FeatureName: The `sendmail` command
9+
:FeatureAlternative: the SMTP service on {ProjectServer}
10+
include::snip_deprecated-feature.adoc[]
711

812
.Prerequisites
9-
* Some SMTP servers with anti-spam protection or grey-listing features are known to cause problems.
10-
To setup outgoing email with such a service either install and configure a vanilla SMTP service on {ProjectServer} for relay or use the `sendmail` command instead.
13+
* Some SMTP servers with anti-spam protection or greylisting features are known to cause problems.
14+
To set up outgoing email with such a service, install and configure an SMTP service on {ProjectServer} for relay or use the `sendmail` command.
1115

1216
.Procedure
1317
. In the {ProjectWebUI}, navigate to *Administer* > *Settings*.
@@ -60,8 +64,7 @@ endif::[]
6064
For more information see the *sendmail 1* man page.
6165
|Sendmail arguments | -i
6266
|====
63-
64-
. If you decide to send email using an SMTP server which uses TLS authentication, also perform one of the following steps:
67+
. To send email by using an SMTP server that uses TLS authentication, also perform one of the following steps:
6568
+
6669
* Mark the CA certificate of the SMTP server as trusted.
6770
To do so, execute the following commands on {ProjectServer}:

0 commit comments

Comments
 (0)