Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:51:08.000Z (7 months ago)
- Last Synced: 2024-08-09T16:54:26.986Z (6 months ago)
- Topics: mail, php, symfony, transactional-emails
- Language: PHP
- Homepage: https://mailcoach.app/docs/cloud/using-mailcoach/transactional-mails/using-symfony-mailer
- Size: 72.3 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
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
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/mailcoach-mailer.svg?style=flat-square)](https://packagist.org/packages/spatie/mailcoach-mailer)
[![Tests](https://github.com/spatie/mailcoach-mailer/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/spatie/mailcoach-mailer/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/mailcoach-mailer.svg?style=flat-square)](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://mailcoach.app/docs/cloud/using-mailcoach/transactional-mails/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.