himanverma/mailjet-laravel-driver

MailJet driver for laravel 5.5 and above
12,002 5
Install
composer require himanverma/mailjet-laravel-driver
Latest Version:v1.0.8
PHP:>=5.5.9
License:MIT
Last Updated:Aug 4, 2018
Links: GitHub  ·  Packagist
Maintainer: himanverma

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

Installation

Begin by installing the package through Composer. Run the following command in your terminal:

composer require himanverma/mailjet-laravel-driver

Finally, change MAIL_DRIVER to mailjet in your .env file:

MAIL_DRIVER=mailjet


Package Configurations

in services.php

add


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

Related Packages

siallez/laravel-mailjet

Mailjet wrapper for Laravel

87 5
robrogers/larajet

Laravel Mail Transport for Mailjet

5,170 8
eventhomes/laravel-mandrillhooks

A simple Mandrill webhook controller to help with events. Compatible with Larave...

75,628 63
sh0umik/laravel5-mailjet-5.3-fix

Mailjet driver for Laravel 5 with 5.3 Fix

781 0