Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 URL

Resources
---------

* [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)