Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/mailchimp-mailer
Symfony Mailchimp Mailer Bridge
https://github.com/symfony/mailchimp-mailer
component php symfony symfony-component
Last synced: about 1 month 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 (over 5 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-28T08:26:00.000Z (about 2 months ago)
- Last Synced: 2024-09-30T17:21:00.224Z (about 2 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 186 KB
- Stars: 26
- Watchers: 6
- 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 keyResources
---------* [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)