Symfony bundle for handling Mailjet API V3 using this wrapper: https://github.com/mailjet/mailjet-apiv3-php
FosContactProvider
included to interface with FosUserBundle)Add Mailjet\MailjetBundle\MailjetBundle
to your bundles.php
:
$bundles = [
// ...
Mailjet\MailjetBundle\MailjetBundle::class => ['all' => true]
];
In your config.yml
add:
mailjet:
api_key: "%mailjet.api_key%"
secret_key: "%mailjet.secret_key%"
Add bundle to your project:
composer require mailjet/mailjet-bundle
If you want to contribute to this project, look at over here