Skip to content

nileshmailbook/smtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Laravel SMTP Configuration

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published