Page MenuHomePhabricator

D18259.id.diff
No OneTemporary

D18259.id.diff

diff --git a/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php b/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
--- a/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
+++ b/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
@@ -138,15 +138,19 @@
,
'metamta.public-replies'));
+ $adapter_doc_href = PhabricatorEnv::getDoclink(
+ 'Configuring Outbound Email');
+ $adapter_doc_name = pht('Configuring Outbound Email');
$adapter_description = $this->deformat(pht(<<<EODOC
Adapter class to use to transmit mail to the MTA. The default uses
PHPMailerLite, which will invoke "sendmail". This is appropriate if sendmail
actually works on your host, but if you haven't configured mail it may not be so
great. A number of other mailers are available (e.g., SES, SendGrid, SMTP,
-custom mailers), consult "Configuring Outbound Email" in the documentation for
-details.
+custom mailers) - consult [[ %s | %s ]] for details.
EODOC
-));
+ ,
+ $adapter_doc_href,
+ $adapter_doc_name));
$placeholder_description = $this->deformat(pht(<<<EODOC
When sending a message that has no To recipient (i.e. all recipients are CC'd,

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 16, 1:36 AM (1 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7308965
Default Alt Text
D18259.id.diff (1 KB)

Event Timeline