Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phabricator not sending emails

Tags:

phabricator

I've gotten Phabricator running, but I'm not receiving emails from the UI. What I've tried so far:

  • Using PHPMailer - I get the test email using ./bin/mail send-test, but when I send the user welcome email through the UI, nothing gets sent out
  • Using Mailgun - I also get the test email using ./bin/mail send-test, and the Mailgun interface shows emails delivered. However no email gets sent when requested through the interface
  • I see emails in list-outbound

At this point I'm thinking Phabricator is using different settings for the send-test vs. the UI. Any pointers?

like image 433
phillee Avatar asked Apr 09 '14 10:04

phillee


2 Answers

Fixed it with a restart. Seems like a number of settings in Phabricator need restarts, but unfortunately the UI doesn't make that clear.

like image 148
phillee Avatar answered Dec 09 '22 06:12

phillee


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/

like image 42
Valerio Bozz Avatar answered Dec 09 '22 06:12

Valerio Bozz