Download the PHP package pioneeringtechlab/laravel-gmail-oauth-mailer without Composer
On this page you can find all versions of the php package pioneeringtechlab/laravel-gmail-oauth-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pioneeringtechlab/laravel-gmail-oauth-mailer
More information about pioneeringtechlab/laravel-gmail-oauth-mailer
Files in pioneeringtechlab/laravel-gmail-oauth-mailer
Download pioneeringtechlab/laravel-gmail-oauth-mailer
More information about pioneeringtechlab/laravel-gmail-oauth-mailer
Files in pioneeringtechlab/laravel-gmail-oauth-mailer
Vendor pioneeringtechlab
Package laravel-gmail-oauth-mailer
Short Description Gmail OAuth2 SMTP mail transport for Laravel 10, 11, and 12 using Symfony Mailer.
License MIT
Package laravel-gmail-oauth-mailer
Short Description Gmail OAuth2 SMTP mail transport for Laravel 10, 11, and 12 using Symfony Mailer.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-gmail-oauth-mailer
Laravel Gmail OAuth Mailer
Gmail OAuth2 SMTP XOAUTH2 mail transport for Laravel 10, 11, and 12 using Symfony Mailer.
Installation
Run the following command on your Laravel project root directory:
Publish config
Configure Laravel mailer
In config/mail.php, add a mailer:
Environment variables
After editing env/config values:
Notes
- For Gmail SMTP OAuth2, the usual scope is
https://mail.google.com/. - Port
587normally usesGMAIL_OAUTH_ENCRYPTION=tls. - Port
465normally usesGMAIL_OAUTH_ENCRYPTION=ssl. - This package refreshes the access token when Laravel creates the mail transport. It does not cache the access token.
All versions of laravel-gmail-oauth-mailer with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/mail Version ^10.0|^11.0|^12.0
google/apiclient Version ^2.0
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/mail Version ^10.0|^11.0|^12.0
google/apiclient Version ^2.0
The package pioneeringtechlab/laravel-gmail-oauth-mailer contains the following files
Loading the files please wait ...