https://github.com/symfony/mailchimp-mailer
Symfony Mailchimp Mailer Bridge
https://github.com/symfony/mailchimp-mailer
component php symfony symfony-component
Last synced: 12 months ago
JSON representation
Symfony Mailchimp Mailer Bridge
- Host: GitHub
- URL: https://github.com/symfony/mailchimp-mailer
- Owner: symfony
- License: mit
- Created: 2019-03-30T12:01:19.000Z (almost 7 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T09:09:45.000Z (over 1 year ago)
- Last Synced: 2025-03-28T21:05:14.805Z (12 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 197 KB
- Stars: 27
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Mailchimp Mailer
================
Provides Mandrill integration for Symfony Mailer.
Configuration example:
```env
# 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
---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)