Download the PHP package mmsgi-library/entra-mailer without Composer
On this page you can find all versions of the php package mmsgi-library/entra-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mmsgi-library/entra-mailer
More information about mmsgi-library/entra-mailer
Files in mmsgi-library/entra-mailer
Download mmsgi-library/entra-mailer
More information about mmsgi-library/entra-mailer
Files in mmsgi-library/entra-mailer
Vendor mmsgi-library
Package entra-mailer
Short Description Send email via Microsoft Entra OAuth2 in Laravel
License MIT
Package entra-mailer
Short Description Send email via Microsoft Entra OAuth2 in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package entra-mailer
Entra Mailer for Laravel
Send emails using Microsoft Entra ID (Azure AD / Microsoft 365) with OAuth2 authentication via Microsoft Graph API.
✨ Features
- OAuth2 (Client Credentials) Authentication
- Uses Microsoft Graph API to send email
- Laravel Service Provider and Config publish
- Supports Laravel Mailer driver integration (custom mailer)
- Easy to use with
Mail::to(...)->send(...)
🛠 Installation
php 'mailers' => [ ... 'entra' => [ 'transport' => 'entra', ], ],
use
Mail::mailer('entra')->to('[email protected]')->send(new YourMailable());
All versions of entra-mailer with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
guzzlehttp/guzzle Version ^7.8
symfony/mailer Version ^6.0|^7.0
illuminate/support Version ^9.0|^10.0
guzzlehttp/guzzle Version ^7.8
symfony/mailer Version ^6.0|^7.0
illuminate/support Version ^9.0|^10.0
The package mmsgi-library/entra-mailer contains the following files
Loading the files please wait ...