rajurayhan/laravel-ews-mail-server

Send Email from Laravel using Microsoft Exchange Web Services (EWS).

v1.0.1 2022-01-24 11:06 UTC

This package is auto-updated.

Last update: 2024-04-26 11:10:51 UTC


README

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