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 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. 🚀
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
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
- Laravel (actively maintained versions)
🧩 Available resources
| Resource | Status |
|---|---|
| Plain Text | ✅ |
| HTML | ✅ |
| Attachments | ✅ |
| Multiple recipients | ✅ |
| Auth HMAC-SHA256 | ✅ |
| Notifications | ✅ |
| Mkt Campaigns | ✅ |
| Markdown | ✅ |
📦 Installation
First time using Azure Communication Services (ACS)? Create your Azure account if you don't have one already.
On your project directory run on the command line
🌟 Set mail config
Add credentials to config/services.php:
Add entry to config/mail.php:
Add entry to .env:
and just send your notification mail messages!
🔄 Upgrading from previous versions
Previous versions used transport: azure with different config keys. Both the old transport name and config keys are still supported for backwards compatibility.
| Old key | New key | Notes |
|---|---|---|
access_key |
key |
renamed |
resource_name |
endpoint |
expanded to full URL: https://{resource_name}.communication.azure.com |
disable_user_tracking |
disable_tracking |
renamed |
📚 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
- Modernized to use Laravel's native transport extension hook (
Mail::extend) - New transport name
acswith credentials viaconfig/services.php - Full backwards compatibility with legacy
azuretransport and old config keys
📜 License
MIT license. Copyright (c) 2023 - Rafael For more information, see the LICENSE file.
All versions of azure-mailer-driver with dependencies
illuminate/mail Version ^12.0|^13.0
symfony/azure-mailer Version ^7.2|^8.0