Provides Fake SMS (as email or log during development) integration for Symfony Notifier. This project add the content of the notification in the send e-mail (or in the log). The symfony original notifier only send the subject …
SMS_FAKER_DSN=smsfaker+email://default?to=TO&from=FROM
where:
TO
is email who receive SMS during developmentFROM
is email who send SMS during development
WARNING : TO
and FROM
has to be urlencoded (ex: @ => %40)
To use a custom mailer transport:
SMS_FAKER_DSN=smsfaker+email://mailchimp?to=TO&from=FROM
SMS_FAKER_DSN=smsfaker+logger://default