https://github.com/symfony/mailtrap-mailer
Symfony Mailtrap Mailer Bridge
https://github.com/symfony/mailtrap-mailer
component php symfony symfony-component
Last synced: 16 days ago
JSON representation
Symfony Mailtrap Mailer Bridge
- Host: GitHub
- URL: https://github.com/symfony/mailtrap-mailer
- Owner: symfony
- License: mit
- Created: 2024-09-18T16:10:03.000Z (over 1 year ago)
- Default Branch: 7.3
- Last Pushed: 2025-11-27T13:43:09.000Z (4 months ago)
- Last Synced: 2025-11-30T02:44:14.174Z (4 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 41 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Mailtrap Bridge
===============
Provides Mailtrap integration for Symfony Mailer.
Configuration example:
```env
# SMTP
MAILER_DSN=mailtrap+smtp://PASSWORD@default
# API
MAILER_DSN=mailtrap+api://TOKEN@default
```
where:
- `PASSWORD` is your Mailtrap SMTP Password
- `TOKEN` is your Mailtrap Server Token
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)