Skip to content

Instantly share code, notes, and snippets.

@icarrr
Created October 9, 2019 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icarrr/7781e670ed6a6f36a38383353bbec970 to your computer and use it in GitHub Desktop.
Save icarrr/7781e670ed6a6f36a38383353bbec970 to your computer and use it in GitHub Desktop.
Phabricator mail config
[
{
"key": "stmp-mailer",
"type": "smtp",
"options": {
"host": "smtp.sendgrid.net",
"port": 587,
"user": "apikey",
"password": "Your_API_Key",
"protocol": "tls"
}
}
]
@icarrr
Copy link
Author

icarrr commented Oct 10, 2019

To apply config:

  1. Save and edit file config (mailers.json)
  2. Go to phabricator directory
  3. Using command:
    root@phabricatior:/v/w/h/r/phabricator# ./bin/config set cluster.mailers --stdin < path/mailers.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment