Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/mailgun-mailer
Symfony Mailgun Mailer Bridge
https://github.com/symfony/mailgun-mailer
component php symfony symfony-component
Last synced: 3 days ago
JSON representation
Symfony Mailgun Mailer Bridge
- Host: GitHub
- URL: https://github.com/symfony/mailgun-mailer
- Owner: symfony
- License: mit
- Created: 2019-03-30T12:03:04.000Z (over 5 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-10-27T15:25:14.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:15:06.342Z (about 2 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 210 KB
- Stars: 128
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Mailgun Mailer
==============Provides Mailgun integration for Symfony Mailer.
Configuration example:
```env
# SMTP
MAILER_DSN=mailgun+smtp://USERNAME:PASSWORD@default?region=REGION# HTTP
MAILER_DSN=mailgun+https://KEY:DOMAIN@default?region=REGION# API
MAILER_DSN=mailgun+api://KEY:DOMAIN@default?region=REGION
```where:
- `KEY` is your Mailgun API key
- `DOMAIN` is your Mailgun sending domain
- `REGION` is Mailgun selected region (optional)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)