2017 © Pedro Peláez
 

library mailjet-laravel-driver

MailJet driver for laravel 5.5 and above

image

himanverma/mailjet-laravel-driver

MailJet driver for laravel 5.5 and above

  • Wednesday, May 2, 2018
  • by himanverma
  • Repository
  • 1 Watchers
  • 2 Stars
  • 430 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 8 Versions
  • 52 % Grown

The README.md

MailJet Driver for Laravel 5.5 and above

This package introduces a new mailjet mail driver for Laravel that when selected will send email via MailJet SEND API, (*1)

Installation

Begin by installing the package through Composer. Run the following command in your terminal:, (*2)

composer require himanverma/mailjet-laravel-driver

Finally, change MAIL_DRIVER to mailjet in your .env file:, (*3)

MAIL_DRIVER=mailjet


Package Configurations

in services.php, (*4)

add, (*5)


'mailjet' => [ "username" => "c1029eaf1cxxxxxxxxxxxfc3ba578", "secret" => "c7c85a1254xxxxxxxxxxxxxxf8081f" ]

The Versions