PHPackages                             hafael/azure-mailer-driver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. hafael/azure-mailer-driver

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

hafael/azure-mailer-driver
==========================

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

v7.2.0(1y ago)14109.2k↓14.5%8MITPHPPHP &gt;=8.2

Since Jan 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hafael/azure-mailer-driver)[ Packagist](https://packagist.org/packages/hafael/azure-mailer-driver)[ Docs](https://github.com/hafael/azure-mailer-driver)[ RSS](/packages/hafael-azure-mailer-driver/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (10)Used By (0)

Microsoft Azure Mailer for Laravel
==================================

[](#microsoft-azure-mailer-for-laravel)

✅ Simple implementation example of [Symfony Azure Mailer Bridge](https://github.com/symfony/azure-mailer) for Laravel Framework.

✅ Bootable scripts for Laravel 9+

[![Latest Stable Version](https://camo.githubusercontent.com/d14c188a649b4fec6b9e7b808eefcb35c899b7393a5d20232288062e6d252477/687474703a2f2f706f7365722e707567782e6f72672f68616661656c2f617a7572652d6d61696c65722d6472697665722f76)](https://packagist.org/packages/hafael/azure-mailer-driver)[![Latest Unstable Version](https://camo.githubusercontent.com/183d4c572747de05ac33489d4289e7b20c42fbc639ca5f6bbb6e151659ba244a/687474703a2f2f706f7365722e707567782e6f72672f68616661656c2f617a7572652d6d61696c65722d6472697665722f762f756e737461626c65)](https://packagist.org/packages/hafael/azure-mailer-driver)[![Total Downloads](https://camo.githubusercontent.com/f2b3a739ece36c421badd29673a3aab35ae6196fb0fd82b3375431cd85a6c8a1/687474703a2f2f706f7365722e707567782e6f72672f68616661656c2f617a7572652d6d61696c65722d6472697665722f646f776e6c6f616473)](https://packagist.org/packages/hafael/azure-mailer-driver)[![License](https://camo.githubusercontent.com/c9bad346754a6cbef36cbc1785304638be9bbfeec89dc5cf7d8510d667a2d254/687474703a2f2f706f7365722e707567782e6f72672f68616661656c2f617a7572652d6d61696c65722d6472697665722f6c6963656e7365)](https://packagist.org/packages/hafael/azure-mailer-driver)

A use case of the [symfony/azure-mailer](https://github.com/symfony/azure-mailer) component using bootable scripts in the Laravel framework to send email messages.

💡 Requirements
--------------

[](#-requirements)

- PHP 8.2 or higher
- [symfony/azure-mailer](https://github.com/symfony/azure-mailer)

🧩 Available resources
---------------------

[](#-available-resources)

ResourceStatusPlain Text✅HTML✅Attachments✅Multiple recipients✅Auth HMAC-SHA256✅Notifications✅Mkt Campaigns✅Markdown✅📦 Installation
--------------

[](#-installation)

First time using Azure ECS? Create your [Azure account](https://azure.com), if you don’t have one already.

1. Download [Composer](https://getcomposer.org/doc/00-intro.md) if not already installed
2. On your project directory run on the command line `composer require hafael/azure-mailer-driver`
3. Get your Azure CS Access Key and Service Endpoint.

🌟 Set mail config
-----------------

[](#-set-mail-config)

Add entry to \[root-of-laravel\]/config/mail.php:

```
