https://github.com/symfony/google-mailer
Symfony Google Mailer Bridge
https://github.com/symfony/google-mailer
component php symfony symfony-component
Last synced: 10 months 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 7 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T09:09:02.000Z (over 1 year ago)
- Last Synced: 2025-04-30T10:33:32.906Z (11 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/mailer
- Size: 95.7 KB
- Stars: 125
- Watchers: 4
- 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)