nilesh/laravel-smtp

this laravel package incorporate to end-user to create dynamic configuration of SMTP in existing project and allow sending mail through it.

Downloads

6

Stars

2

Version

v1.0

Laravel SMTP Configuration

Latest Version on Packagist Latest Issue Total Downloads

Description

This package allow user to create own smtp in existing 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 nilesh/laravel-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. Alternate link if this package not working : https://github.com/nileshmailbook/smtp

nileshmailbook

Author

nileshmailbook