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.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: ^7.1.3
- laravel/framework: 5.8.*
This package is auto-updated.
Last update: 2024-12-20 22:57:59 UTC
README
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