Download the PHP package rajurayhan/laravel-ews-mail-server without Composer
On this page you can find all versions of the php package rajurayhan/laravel-ews-mail-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rajurayhan/laravel-ews-mail-server
More information about rajurayhan/laravel-ews-mail-server
Files in rajurayhan/laravel-ews-mail-server
Download rajurayhan/laravel-ews-mail-server
More information about rajurayhan/laravel-ews-mail-server
Files in rajurayhan/laravel-ews-mail-server
Vendor rajurayhan
Package laravel-ews-mail-server
Short Description Send Email from Laravel using Microsoft Exchange Web Services (EWS).
License MIT
Package laravel-ews-mail-server
Short Description Send Email from Laravel using Microsoft Exchange Web Services (EWS).
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-ews-mail-server
Send Mail via Exchange Web Services!
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' => '[email protected]'], ['subject' => 'Mail From Package', 'body' => 'Message Body']);
Note
Update your credentials config/ews-mail-server.php
Find Me
Email: [email protected]
All versions of laravel-ews-mail-server with dependencies
PHP Build Version
Package Version
Requires
php-ews/php-ews Version
^1.0
The package rajurayhan/laravel-ews-mail-server contains the following files
Loading the files please wait ....