symfony/mailchimp-mailer

Symfony Mailchimp Mailer Bridge

Installs: 5 750 004

Dependents: 18

Suggesters: 9

Security: 0

Stars: 27

Watchers: 4

Forks: 3

Type:symfony-mailer-bridge

pkg:composer/symfony/mailchimp-mailer

v8.0.6 2026-02-25 16:59 UTC

This package is auto-updated.

Last update: 2026-02-26 09:13:49 UTC


README

Provides Mandrill integration for Symfony Mailer.

Configuration example:

# SMTP
MAILER_DSN=mandrill+smtp://USERNAME:PASSWORD@default

# HTTP
MAILER_DSN=mandrill+https://KEY@default

# API
MAILER_DSN=mandrill+api://KEY@default

where:

  • KEY is your Mailchimp API key

Resources