Changeset View
Changeset View
Standalone View
Standalone View
conf/default.conf.php
| Show First 20 Lines • Show All 509 Lines • ▼ Show 20 Lines | // -- Email ----------------------------------------------------------------- // | ||||
| // want to let anyone send email to this address; to do so, set a default | // want to let anyone send email to this address; to do so, set a default | ||||
| // author here (a Phabricator username). A typical use of this might be to | // author here (a Phabricator username). A typical use of this might be to | ||||
| // create a "System Agent" user called "bugs" and use that name here. If you | // create a "System Agent" user called "bugs" and use that name here. If you | ||||
| // specify a valid username, mail will always be accepted and used to create | // specify a valid username, mail will always be accepted and used to create | ||||
| // a task, even if the sender is not a system user. The original email | // a task, even if the sender is not a system user. The original email | ||||
| // address will be stored in an 'From Email' field on the task. | // address will be stored in an 'From Email' field on the task. | ||||
| 'metamta.maniphest.default-public-author' => null, | 'metamta.maniphest.default-public-author' => null, | ||||
| // 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 THIS EMAIL?". If you set this to true, they will not appear | |||||
| // in any mail. Users can still navigate to the links via the web interface. | |||||
| 'metamta.herald.show-hints' => true, | 'metamta.herald.show-hints' => true, | ||||
| // 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. | ||||
| 'metamta.reply.show-hints' => true, | 'metamta.reply.show-hints' => true, | ||||
| // You can disable the "To:" and "Cc:" footers in mail if users prefer | // You can disable the "To:" and "Cc:" footers in mail if users prefer | ||||
| // smaller messages. | // smaller messages. | ||||
| ▲ Show 20 Lines • Show All 644 Lines • Show Last 20 Lines | |||||