Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 865 Bytes

File metadata and controls

32 lines (23 loc) · 865 Bytes

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