Skip to content

Fake Chat (as email or log during development) Notifier Bridge.

License

Notifications You must be signed in to change notification settings

symfony/fake-chat-notifier

Repository files navigation

Fake Chat Notifier

Provides Fake Chat (as email or log during development) integration for Symfony Notifier.

DSN example for email

FAKE_CHAT_DSN=fakechat+email://default?to=TO&from=FROM

where:

  • TO is email who receive Chat message during development
  • FROM is email who send Chat message during development

To use a custom mailer transport:

FAKE_CHAT_DSN=fakechat+email://mailchimp?to=TO&from=FROM

DSN example for logger

 FAKE_CHAT_DSN=fakechat+logger://default

Resources

About

Fake Chat (as email or log during development) Notifier Bridge.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 10

Languages