Download the PHP package mathsgod/phpmailer-gmail without Composer
On this page you can find all versions of the php package mathsgod/phpmailer-gmail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpmailer-gmail
GmailMailer for PHPMailer
This project provides a GmailMailer
class for sending emails via Gmail SMTP using PHPMailer and OAuth2 authentication.
Features
- Send emails through Gmail SMTP securely
- Uses OAuth2 (no need for less secure app access)
- Simple integration with your PHP projects
Installation
- Clone or download this repository.
- Install dependencies using Composer:
Usage
- Obtain your Gmail address, Google OAuth2 client ID, client secret, and refresh token.
- Use the
GmailMailer
class in your PHP script:
How to Get OAuth2 Credentials
For detailed instructions on obtaining OAuth2 credentials and generating a refresh token, please refer to the thephpleague/oauth2-google GitHub repository.
License
MIT License.
All versions of phpmailer-gmail with dependencies
PHP Build Version
Package Version
The package mathsgod/phpmailer-gmail contains the following files
Loading the files please wait ....