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
- Host: GitHub
- URL: https://github.com/avinashn/sending-emails-using-sendgrid-laravel
- Owner: avinashn
- Created: 2016-06-05T05:55:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T15:11:53.000Z (about 10 years ago)
- Last Synced: 2025-03-14T01:14:32.200Z (over 1 year ago)
- Language: PHP
- Homepage: http://justlaravel.com/sending-emails-using-sendgrid-laravel/
- Size: 455 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/