Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15386986
D18259.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D18259.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D18259: Link to docs from metamta.mail-adapter config
Attached
Detach File
Event Timeline
Log In to Comment