An open API service indexing awesome lists of open source software.

https://github.com/salithaucsc/laravel_email

How to send emails via Gmail in localhost.
https://github.com/salithaucsc/laravel_email

emails gmail laravel5 localhost php

Last synced: over 1 year ago
JSON representation

How to send emails via Gmail in localhost.

Awesome Lists containing this project

README

          

# Laravel_Email

## Simple application to send emails using Laravel in localhost via Gmail accounts.

![mail4](https://user-images.githubusercontent.com/23145752/38579952-3b4ce72a-3d26-11e8-906a-b7b7bf05df31.png)

### Instructions

1. Download or clone and extract the project.
2. Place the folder in htdocs or www folder.
3. Open cmd and navigate into the folder.
4. Rename **.env-example** file as **.env**.
5. Open cmd and navigate into the folder using cd command.
6. Type **composer install** to install dependencies.
7. Type **php artisan serve** in cmd.
8. Open web browser and type **locahost:8000** to run the project.