HomeDevCentral

Improve SendGrid integration

Description

Improve SendGrid integration

Summary:
We want to allow at docker run time to declare the SendGrid config.

New environment variables:

  • PHABRICATOR_USE_SENDGRID: if set, will use SendGrid as mail adapter
  • PHABRICATOR_SENDGRID_APIUSER: the API username to access SendGrid
  • PHABRICATOR_SENDGRID_APIKEY: the API key to access SendGrind

Fixes T576.

Test Plan: Tested with Zed Phabricator container.

Reviewers: dereckson

Subscribers: Nasqueron Docker deployment squad

Projects: Docker images, Zed

Maniphest Tasks: T576

Differential Revision: http://devcentral.nasqueron.org/D68

Details

Provenance
derecksonAuthored on
Differential Revision
D68: Improve SendGrid integration
Parents
rDPHAB5e266623658d: Improved installation step 1 in README
Branches
Unknown
Tags
Unknown
Tasks
T576: Add support to setup SendGrid