LaravelPackages.net
Acme Inc.
Toggle sidebar
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.

7
2
v1.0
About nilesh/laravel-smtp

nilesh/laravel-smtp is a Laravel package for this laravel package incorporate to end-user to create dynamic configuration of smtp in existing project and allow sending mail through it.. It currently has 2 GitHub stars and 7 downloads on Packagist (latest version v1.0). Install it with composer require nilesh/laravel-smtp. Discover more Laravel packages by nilesh or browse all Laravel packages to compare alternatives.

Last updated

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

Star History Chart