Fabricator does not send emails

The executor works for me, but I do not receive letters from the user interface. What I have tried so far:

  • Using PHPMailer - I get a test email using. / bin / mail send-test, but when I send a user’s welcome email through the user interface, nothing is sent
  • Using Mailgun - I also get a test email using. / bin / mail send-test, and the Mailgun interface shows the received email messages. However, upon request, no e-mail is sent via the interface.
  • I see emails in the outbox list

At this point, I think the product uses different settings for send-test and UI. Any pointers?

+4
source share
1 answer

Fixed it on restart. It looks like some of the settings in Phabricator need reloads, but unfortunately the user interface does not make this clear.

+7
source

Source: https://habr.com/ru/post/1535723/


All Articles