Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/scaleway-mailer

Symfony Scaleway Mailer Bridge
https://github.com/symfony/scaleway-mailer

component php symfony symfony-component

Last synced: 3 months ago
JSON representation

Symfony Scaleway Mailer Bridge

Awesome Lists containing this project

README

        

Scaleway Bridge
===============

Provides [Scaleway Transactional Email](https://www.scaleway.com/en/transactional-email-tem/) integration for Symfony Mailer.

Configuration example:

```env
# SMTP
MAILER_DSN=scaleway+smtp://PROJECT_ID:API_KEY@default

# API
MAILER_DSN=scaleway+api://PROJECT_ID:API_KEY@default
```

where:
- `PROJECT_ID` is your Scaleway project ID
- `API_KEY` is your Scaleway API secret key

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)