Skip to content

Sending Email via Microsoft Exchange Web Services made Easy!

Notifications You must be signed in to change notification settings

rajurayhan/laravel-ews-mail-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Send Mail via Exchange Web Services!

Sending Email via Microsoft Exchange Web Services (EWS) made easy!

image info

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 

About

Sending Email via Microsoft Exchange Web Services made Easy!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages