Download the PHP package hafael/azure-mailer-driver without Composer
On this page you can find all versions of the php package hafael/azure-mailer-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hafael/azure-mailer-driver
More information about hafael/azure-mailer-driver
Files in hafael/azure-mailer-driver
Package azure-mailer-driver
Short Description Provides Microsoft Azure ACS integration for Symfony Mailer. Azure Communication Services allows you to easily add real-time multimedia voice, video, and telephony-over-IP communications features to your applications. The Communication Services Email client libraries also allow you to add chat and EMAIL functionality to your communications solutions.
License MIT
Homepage https://github.com/hafael/azure-mailer-driver
Informations about the package azure-mailer-driver
Microsoft Azure Mailer for Laravel
β Simple implementation example of Symfony Azure Mailer Bridge for Laravel Framework.
β Bootable scripts for Laravel 9+
A use case of the symfony/azure-mailer component using bootable scripts in the Laravel framework to send email messages.
π‘ Requirements
- PHP 8.2 or higher
- symfony/azure-mailer
𧩠Available resources
Resource | Status |
---|---|
Plain Text | β |
HTML | β |
Attachments | β |
Multiple recipients | β |
Auth HMAC-SHA256 | β |
Notifications | β |
Mkt Campaigns | β |
Markdown | β |
π¦ Installation
First time using Azure ECS? Create your Azure account, if you donβt have one already.
-
Download Composer if not already installed
-
On your project directory run on the command line
composer require hafael/azure-mailer-driver
- Get your Azure CS Access Key and Service Endpoint.
π Set mail config
Add entry to [root-of-laravel]/config/mail.php:
Add entry to [root-of-laravel]/.env:
and just sent your notification mail messages!
π Documentation
Build powerful, cloud-based communication and customer engagement experiences by adding voice, video, chat, sms, email, teams interoperability, call automation, and telephony to your apps.
Visit our Dev Site for further information regarding:
- Azure Communication Service Docs: English
π‘ Last change
** 0.3.0
- Change to Symfony Azure Bridge
- New entry in config and .env file: "resource_name" and "AZURE_MAIL_RESOURCE_NAME"
π License
MIT license. Copyright (c) 2023 - Rafael For more information, see the LICENSE file.