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?
source
share