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

https://github.com/avinashn/sending-emails-using-sendgrid-laravel

Sending emails using SendGrid in Laravel
https://github.com/avinashn/sending-emails-using-sendgrid-laravel

Last synced: 2 months ago
JSON representation

Sending emails using SendGrid in Laravel

Awesome Lists containing this project

README

          

## Prerequisites


  • After cloning this repository, go to the root folder, run the following command/s,

    composer install
    composer update


  • Rename .env.example to .env and provide your mailing host details there.
  • Run
    php artisan key:generate

## Working Demo
You can see the youtube video demonstrating the project here

## Reference Post
http://justlaravel.com/sending-emails-using-sendgrid-laravel/