. This article I would like to introduce a few interesting things with sending mail in laravel. To use this package required your Sendgrid Api Key . To send emails on a production server, simply edit the mail.php configuration file, which is placed in the config directory.. A Mail Driver with support for Sendgrid Web API, using the original Laravel API. It is very fast to send mail and also you can track sended mail. In this example you can learn to send simple mail using mailgun api. Let’s go to the pricing details to get the full picture. Tracking email is very important feature of Sendgrid api and you can also see how much user open your mail, click on your mail too. Now to send mail in laravel with sendgrid we first need the sendgrid driver to be configured with laravel’s mail configuration. Mailgun send mail like work gun. Generate you api key from here . This library extends the original Laravel classes, so it uses exactly the same methods. Registering The Driver. Sendgrid is very popular API to send email from our laravel application. In this post i would like to show you how to setting of mailgun in our laravel 5 application. To add additional drivers to Laravel's session backend, you may use the extend method on the Session facade.You should call the extend method from the boot method of a service provider.You may do this from the existing AppServiceProvider or create an entirely new provider: Sendgrid, Mandrill, and Mailgun are often compared regardless of their pretty different purpose and functionality. Pricing comparison . The publishing page is difficult to understand, but it is located in Settings in the menu bar on the left side of My Page. Here is the file without comments: Hello bro. Laravel provides many methods to send emails. Here I named it "laravel". First, create a SendGrid account. Tracking email is very important feature of mailgun api and you can also see how much user open your mail, click on your mail too. Issue an API key. The content is in this article Register for a sendgrid account and create a free 30-day sendgrid with 100 emails / day Send mail using sendgrid key Send mail with dynamic key sendgrid … Click “CreateAPIKey” and go to the following screen, name the API key. This is all we have to do to setup our sendgrid api now lets ee how to use that api key in laravel. You may use a plain PHP method to send emails, or you may use some email service providers such as Sendinblue, Mailgun, Sendgrid, Mandrill, Amazon SES, etc. Once your driver has been implemented, you are ready to register it with the framework. API Key Permissions is set to Restricted because it only sends emails.