Created
October 9, 2019 12:52
-
-
Save icarrr/7781e670ed6a6f36a38383353bbec970 to your computer and use it in GitHub Desktop.
Phabricator mail config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"key": "stmp-mailer", | |
"type": "smtp", | |
"options": { | |
"host": "smtp.sendgrid.net", | |
"port": 587, | |
"user": "apikey", | |
"password": "Your_API_Key", | |
"protocol": "tls" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To apply config:
mailers.json
)root@phabricatior:/v/w/h/r/phabricator# ./bin/config set cluster.mailers --stdin < path/mailers.json