Skip to content

symfony/mailjet-mailer

Repository files navigation

Mailjet Bridge

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 key
  • SECRET_KEY is your Mailjet secret key

Webhook

When you setup your webhook URL on Mailjet you must not group events by unchecking the checkboxes.

Resources