Phabricator配置邮箱通知

进入phbricator目录然后执行命令:
./bin/config set phpmailer.smtp-user y@gdle.com
./bin/config set phpmailer.smtp-host mail.grdle.com
./bin/config set phpmailer.smtp-password yuanchangren
./bin/config set phpmailer.smtp-port 465 或者25
./bin/config get phpmailer.smtp-host mail.gdle.com 获取

测试邮件发送 ./bin/mail send-test --to yuanchangren --subject ceshi </alidata/ceshi.txt

posted @ 2017-05-19 13:14  yuancr  阅读(934)  评论(0)    收藏  举报