Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/postal-mailer
Symfony Postal Mailer Bridge
https://github.com/symfony/postal-mailer
component php symfony symfony-component
Last synced: 19 days ago
JSON representation
Symfony Postal Mailer Bridge
- Host: GitHub
- URL: https://github.com/symfony/postal-mailer
- Owner: symfony
- License: mit
- Created: 2024-08-11T11:05:28.000Z (3 months ago)
- Default Branch: 7.2
- Last Pushed: 2024-10-27T15:24:57.000Z (21 days ago)
- Last Synced: 2024-10-27T19:09:35.810Z (20 days ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Postal Mailer
=============Provides [Postal Email](https://docs.postalserver.io/) integration for Symfony Mailer.
Configuration example:
```env
# API
MAILER_DSN=postal+api://API_TOKEN@BASE_URL
```where:
- `API_TOKEN` is your Postal Email API Key
- `BASE_URL` is your Postal installation base URLResources
---------* [Postal API Docs](https://docs.postalserver.io/developer/api)
* [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)