This is simple email sending application in laravel with one simple template which you can modify according to your choice in code. Steps to run this project in your local machine:
- [After setup run "php artisan migrate" for database migration).
- [In your .env file change the MAIL_USERNAME- whith your email MAIL_PASSWORD= with your password(if you are using gmail. Go to google account set app Password, then create app "MAIL" then it will generate 16 digit password replace it here)).
- Then run the command 'php artisan serve'.
Have a nice coding.....