https://github.com/spatie/mailcoach-mailer
The Mailcoach transport for Symfony Mailer
https://github.com/spatie/mailcoach-mailer
mail php symfony transactional-emails
Last synced: 5 months ago
JSON representation
The Mailcoach transport for Symfony Mailer
- Host: GitHub
- URL: https://github.com/spatie/mailcoach-mailer
- Owner: spatie
- License: mit
- Created: 2022-11-23T08:35:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T09:47:07.000Z (5 months ago)
- Last Synced: 2026-01-31T22:26:27.452Z (5 months ago)
- Topics: mail, php, symfony, transactional-emails
- Language: PHP
- Homepage: https://mailcoach.app/docs/cloud/using-mailcoach/transactional-mails/using-symfony-mailer
- Size: 98.6 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# The Mailcoach transport for Symfony Mailer
[](https://packagist.org/packages/spatie/mailcoach-mailer)
[](https://github.com/spatie/mailcoach-mailer/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/spatie/mailcoach-mailer)
This package contains a transport class for [Symfony Mailer](https://symfony.com/doc/current/mailer.html) to send transactional mails through [Mailcoach](https://mailcoach.app).
For Laravel, take a look at [the Laravel specific package](https://github.com/spatie/laravel-mailcoach-mailer).
## Support us
[
](https://spatie.be/github-ad-click/mailcoach-mailer)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Installation
You can install the package via composer:
```bash
composer require spatie/mailcoach-mailer
```
## Documentation
You can find all documentation on [the Mailcoach website](https://www.mailcoach.app/resources/learn-mailcoach/features/transactional/#content-using-symfony-mailer)
## Tests
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)
This package contains modified code from [Symfony's Postmark mailer](https://github.com/symfony/postmark-mailer).
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.