symfony/mailjet-mailer

Symfony Mailjet Mailer Bridge

Maintainers

👁 fabpot

Package info

github.com/symfony/mailjet-mailer

Homepage

Type:symfony-mailer-bridge

pkg:composer/symfony/mailjet-mailer

Statistics

Installs: 5 190 708

Dependents: 13

Suggesters: 9

Stars: 48

v8.1.0 2026-05-29 05:06 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

Replaces

None

MIT 9040ce06e137f7d5fc745c886081c82ac9b99c0a

This package is auto-updated.

Last update: 2026-06-05 06:50:41 UTC


README

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.

Sponsor

This package is looking for a backer.

Help Symfony by sponsoring its development!

Resources