Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/symfony/scaleway-mailer
- Owner: symfony
- License: mit
- Created: 2023-07-30T12:37:05.000Z (over 1 year ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-28T08:26:22.000Z (3 months ago)
- Last Synced: 2024-09-30T16:03:13.285Z (3 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 50.8 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 keyResources
---------* [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)