Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/google-mailer
Symfony Google Mailer Bridge
https://github.com/symfony/google-mailer
component php symfony symfony-component
Last synced: 7 days ago
JSON representation
Symfony Google Mailer Bridge
- Host: GitHub
- URL: https://github.com/symfony/google-mailer
- Owner: symfony
- License: mit
- Created: 2019-03-30T11:59:57.000Z (almost 6 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-10-27T15:24:19.000Z (3 months ago)
- Last Synced: 2024-10-29T15:15:05.316Z (2 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 94.7 KB
- Stars: 123
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Google Mailer
=============Provides Google Gmail integration for Symfony Mailer.
Configuration example:
```env
# SMTP
MAILER_DSN=gmail+smtp://USERNAME:APP-PASSWORD@default
```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)