Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
| Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | |||||
| In the code, splitting one outbound email into one-per-recipient is sometimes | In the code, splitting one outbound email into one-per-recipient is sometimes | ||||
| referred to as "multiplexing". | referred to as "multiplexing". | ||||
| EODOC | EODOC | ||||
| )); | )); | ||||
| $herald_hints_description = $this->deformat(pht(<<<EODOC | $herald_hints_description = $this->deformat(pht(<<<EODOC | ||||
| You can disable the Herald hints in email if users prefer smaller messages. | You can disable the Herald hints in email if users prefer smaller messages. | ||||
| These are the links under the headers "MANAGE HERALD RULES" and "WHY DID I GET | These are the links under the header "WHY DID I GET THIS EMAIL?". If you set | ||||
| THIS EMAIL?". If you set this to true, they will not appear in any mail. Users | this to true, they will not appear in any mail. Users can still navigate to | ||||
| can still navigate to the links via the web interface. | the links via the web interface. | ||||
| EODOC | EODOC | ||||
| )); | )); | ||||
| $reply_hints_description = $this->deformat(pht(<<<EODOC | $reply_hints_description = $this->deformat(pht(<<<EODOC | ||||
| You can disable the hints under "REPLY HANDLER ACTIONS" if users prefer | You can disable the hints under "REPLY HANDLER ACTIONS" if users prefer | ||||
| smaller messages. The actions themselves will still work properly. | smaller messages. The actions themselves will still work properly. | ||||
| EODOC | EODOC | ||||
| )); | )); | ||||
| ▲ Show 20 Lines • Show All 270 Lines • Show Last 20 Lines | |||||