rajurayhan / laravel-ews-mail-server
Send Email from Laravel using Microsoft Exchange Web Services (EWS).
Installs: 2 246
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 2
Forks: 4
Open Issues: 2
Requires
- php-ews/php-ews: ^1.0
This package is auto-updated.
Last update: 2025-03-26 13:15:29 UTC
README
Sending Email via Microsoft Exchange Web Services (EWS) made easy!
Installation
Install via Composer
composer require rajurayhan/laravel-ews-mail-server dev-master
Publish Configuration and Setup your Credentials
php artisan vendor:publish --tag=ewsmailserver
Usage
Simple!
use Raju\EWSMail\ExchangeMailServer;
ExchangeMailServer::sendEmail(['name' => 'Raju at LHG', 'email' => 'raju@lhgraphics.com'], ['subject' => 'Mail From Package', 'body' => 'Message Body']);
Note
Update your credentials config/ews-mail-server.php
Find Me
Email: devraju.bd@gmail.com