neil/mail-smtp

this package allow user to create own smtp in existing project and allow sending mail through it.

v1.0.3 2019-05-07 06:11 UTC

This package is auto-updated.

Last update: 2024-04-20 21:16:06 UTC


README

Latest Version on Packagist Latest Issue Total Downloads

Description

This package allow user to create own smtp in existing laravel project and allow sending mail through it.

#simply call /smtp route and fill the details of your smtp and and tested on their.

#this package extend the laravel mail on the fly, no need to configure .env or config/mail.php

#hassle free package available form laravel 5.8.*

Laravel

This package can be used in Laravel 5.8 or higher.

You can install the package via composer:

composer require neil/mail-smtp

The service provider will automatically get registered.

After the installing this package run the migrations:

php artisan migrate

After successfull running migrate just start your local server and login in your app type url localhost:8000/smtp url in adress bar. now configure the smtp and try to check your smtp is workable in test mail section.

If you want to change UI of smtp Configuration you may wish to publish in view

simply publish the view

php artisan vendor:publish

Now enjoy the simple mail function on the fly.