Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1548
Change Details
Change Details
Old
New
Diff
Phabricator updated configuration format for mailer, to use a JSON document. An example for Mailgun is the configuration for DevCentral: ``` [ { "key": "nasqueron-mailgun", "type": "mailgun", "options": { "domain": "devcentral.nasqueron.org", "api-key": "key-00000000000000" } } ] ```
Phabricator updated configuration format for mailer, to use a JSON document. An example for Mailgun is the configuration for DevCentral: ```lang=json [ { "key": "nasqueron-mailgun", "type": "mailgun", "options": { "domain": "devcentral.nasqueron.org", "api-key": "key-00000000000000" } } ] ```
Phabricator updated configuration format for mailer, to use a JSON document. An example for Mailgun is the configuration for DevCentral: ```
lang=json
[ { "key": "nasqueron-mailgun", "type": "mailgun", "options": { "domain": "devcentral.nasqueron.org", "api-key": "key-00000000000000" } } ] ```
Continue