Releases: mailjet/mailjetBundle
Releases · mailjet/mailjetBundle
Support for Symfony 4.0
SF4 twig path and DataCollectorInterface compatibility
fix yml deprecation
Merge pull request #5 from tibo6/patch-1 Update services.yml
[FEATURE] Add support for Campaign/drafts and Templates
Campaign/drafts and templates functionality PR #2
[FIX] spellcheck and Symfony3 deprecations
Fix
First Stable
Features
- Retrieve \Mailjet\Client to make custom Mailjet API V3 requests
- SwiftMailer Transport integration
- Synchronize Contact Metadata (Contact Properties) with your config
- Synchronize your user with Mailjet contact list
- Use your own userProvider (basic
FosContactProvider
included to interface with FosUserBundle) - Use lifecycle event to subscribe/unsubscribe/update/delete/changeMail user from a contact List
- Register Event API - real time notifications (webhook)
ToDo
- More unit tests
- Functionnal tests
- Other features like Campaigns, stats, ...
Tested and in production on Symfony 2.8 environnement.
Feel free to open issue and contribute to the project if you find anything!
BETA3
New Feature:
- Event Callback Url
- Specific configuration for transactionnal Mailjet client
- changeEmail Event listener workaround
ToDo:
- More unit tests
- Functionnal tests
- better SyncContact (remove/unsub contact already in list [diff method])
- Other features like Campaigns, stats, ...
Migrate to official repository
Same features as BETA1 but on official repository:
composer require mailjet/mailjet-bundle
BETA1
Tested Features
- Synchronize Contact Properties
- Synchronize User through ContactProvider with Mailjet List
- Unit Synchronize User through event
- SwiftMailer transport
- Symfony Debug toolbar integration
- Use MailjetClient
Todo
- More unit tests
- Functionnal tests
- Bulletproof webhook handler
- Specific config for transactionnal client (call, options)
- Other features like Campaigns, stats, ...