Reputation: 2227
I've gotten Phabricator running, but I'm not receiving emails from the UI. What I've tried so far:
./bin/mail send-test
, but when I send the user welcome email through the UI, nothing gets sent out./bin/mail send-test
, and the Mailgun interface shows emails delivered. However no email gets sent when requested through the interfaceAt this point I'm thinking Phabricator is using different settings for the send-test vs. the UI. Any pointers?
Upvotes: 5
Views: 7395
Reputation: 1516
If everything works from command line, but nothing works from the web user interface, just double-check the status of your Phabricator daemon. It must be running.
https://secure.phabricator.com/book/phabricator/article/managing_daemons/
Upvotes: 1
Reputation: 2227
Fixed it with a restart. Seems like a number of settings in Phabricator need restarts, but unfortunately the UI doesn't make that clear.
Upvotes: 8