Improve Mailgun integration
Summary:
Environment variables kept:
- PHABRICATOR_USE_MAILGUN: if set, enable Mailgun as default mailer
- PHABRICATOR_DOMAIN: if set, use it as Mailgun domain
New environment variable:
- PHABRICATOR_MAILGUN_APIKEY: if set, store it in the configuration
You can so get a fully functional Mailgun integration with these three parameters
to your docker run line:
-e PHABRICATOR_USE_MAILGUN 1 \
-e PHABRICATOR_DOMAIN phabricator.domain.tld
-e PHABRICATOR_MAILGUN_APIKEY secretapikey
Test Plan: test a container with these 3 parameters
Reviewers: Kaliiixx, dereckson
Projects: Nasqueron Docker deployment squad
Maniphest Tasks: T329
Differential Revision: http://devcentral.nasqueron.org/D45