Provides Mailjet integration for Symfony Mailer.
Configuration example:
# SMTP
MAILER_DSN=mailjet+smtp://ACCESS_KEY:SECRET_KEY@default
# API
MAILER_DSN=mailjet+api://ACCESS_KEY:SECRET_KEY@default
MAILER_DSN=mailjet+api://ACCESS_KEY:SECRET_KEY@default?sandbox=true
where:
ACCESS_KEY
is your Mailjet access keySECRET_KEY
is your Mailjet secret key
When you setup your webhook URL on Mailjet you must not group events by unchecking the checkboxes.