mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Link to docs from metamta.mail-adapter config
Test Plan: Look at new config page, click link. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D18259
This commit is contained in:
parent
018d1b77bf
commit
27a243cd88
1 changed files with 7 additions and 3 deletions
|
@ -138,15 +138,19 @@ EODOC
|
||||||
,
|
,
|
||||||
'metamta.public-replies'));
|
'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_description = $this->deformat(pht(<<<EODOC
|
||||||
Adapter class to use to transmit mail to the MTA. The default uses
|
Adapter class to use to transmit mail to the MTA. The default uses
|
||||||
PHPMailerLite, which will invoke "sendmail". This is appropriate if sendmail
|
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
|
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,
|
great. A number of other mailers are available (e.g., SES, SendGrid, SMTP,
|
||||||
custom mailers), consult "Configuring Outbound Email" in the documentation for
|
custom mailers) - consult [[ %s | %s ]] for details.
|
||||||
details.
|
|
||||||
EODOC
|
EODOC
|
||||||
));
|
,
|
||||||
|
$adapter_doc_href,
|
||||||
|
$adapter_doc_name));
|
||||||
|
|
||||||
$placeholder_description = $this->deformat(pht(<<<EODOC
|
$placeholder_description = $this->deformat(pht(<<<EODOC
|
||||||
When sending a message that has no To recipient (i.e. all recipients are CC'd,
|
When sending a message that has no To recipient (i.e. all recipients are CC'd,
|
||||||
|
|
Loading…
Reference in a new issue