Closed disstudio closed 11 months ago
Can you create a small example application that allows to reproduce your issue?
For me it works as expected.
You have 2 choices when using FakeSMS notifier, first is fakesms+email
which shows in the debug toolbar as email notification (see image below) and second is fakesms+logger
which shows only log message (second image).
I am going to close here for now due to the lack of feedback. Please let us know when you have more information and we can consider to reopen.
Symfony version(s) affected
6.3.5
Description
Notifications sent are visible in "Logs" and "Emails" tab
New SMS on phone number: +123456
Emails are successfully sentBut there is no records in "Notifications" tab
How to reproduce
config/packages/notifier.yaml
env.local
FAKE_SMS_DSN=fakesms+email://default?to=my.email@gmail.com&from=${MAILER_FROM}
Sending sms
Possible Solution
No response
Additional Context
No response