symfony / mailchimp-mailer

Symfony Mailchimp Mailer Bridge

Home Page:https://symfony.com/mailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailchimp Mailer

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

About

Symfony Mailchimp Mailer Bridge

https://symfony.com/mailer

License:MIT License


Languages

Language:PHP 100.0%