Download the PHP package yieldstudio/laravel-mailjet-notifier without Composer
On this page you can find all versions of the php package yieldstudio/laravel-mailjet-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yieldstudio/laravel-mailjet-notifier
More information about yieldstudio/laravel-mailjet-notifier
Files in yieldstudio/laravel-mailjet-notifier
Package laravel-mailjet-notifier
Short Description Easily send Mailjet transactional email and sms with Laravel notifier.
License MIT
Homepage https://github.com/YieldStudio/laravel-mailjet-notifier
Informations about the package laravel-mailjet-notifier
laravel-mailjet-notifier
Easily send Mailjet transactional email and sms with Laravel notifier.
If you're just looking for a mailjet mail transport, check out mailjet/laravel-mailjet
Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
Installation
composer require yieldstudio/laravel-mailjet-notifier
Configure
Just define these environment variables:
Make sure that MAIL_FROM_ADDRESS is an authenticated email on Mailjet, otherwise your emails will not be sent by the Mailjet API.
MAILJET_SMS_SENDER should be between 3 and 11 characters in length, only alphanumeric characters are allowed.
When the dry mode is enabled, Mailjet API isn't called.
You can publish the configuration file with:
Usage
Send email
Send sms
Unit tests
To run the tests, just run composer install
and composer test
.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-mailjet-notifier with dependencies
illuminate/support Version ^9|^10
illuminate/database Version ^9|^10
mailjet/mailjet-apiv3-php Version ^1.5