PHPackages                             yieldstudio/laravel-sendinblue-notifier - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. yieldstudio/laravel-sendinblue-notifier

Abandoned → laravel-brevo-notifierArchivedPlugin[Mail &amp; Notifications](/categories/mail)

yieldstudio/laravel-sendinblue-notifier
=======================================

Easily send Sendinblue transactional email and sms with Laravel notifier.

1.0.2(3y ago)415.0k1MITPHPPHP ^8.1|^8.2

Since Oct 3Pushed 2y ago2 watchersCompare

[ Source](https://github.com/YieldStudio/laravel-sendinblue-notifier)[ Packagist](https://packagist.org/packages/yieldstudio/laravel-sendinblue-notifier)[ Docs](https://github.com/YieldStudio/laravel-sendinblue-notifier)[ RSS](/packages/yieldstudio-laravel-sendinblue-notifier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (7)Versions (6)Used By (0)

laravel-sendinblue-notifier
===========================

[](#laravel-sendinblue-notifier)

⚠️ This package is deprecated in favor of [laravel-brevo-notifier](https://github.com/YieldStudio/laravel-brevo-notifier)

Easily send Sendinblue transactional email and sms with Laravel notifier.

[![Latest Version](https://camo.githubusercontent.com/c0ef5b44dbfd48a5e1d7b7eca3f1288497d17707b7bb3b1d10b48bebdede397a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7969656c6473747564696f2f6c61726176656c2d73656e64696e626c75652d6e6f7469666965723f7374796c653d666c61742d737175617265)](https://github.com/yieldstudio/laravel-sendinblue-notifier/releases)[![GitHub Workflow Status](https://camo.githubusercontent.com/ae5641e480cbafd0bdf6130c275dbdb6d8bd207a2c0ff4f422346d8150b45e8d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7969656c6473747564696f2f6c61726176656c2d73656e64696e626c75652d6e6f7469666965722f74657374733f7374796c653d666c61742d737175617265)](https://github.com/yieldstudio/laravel-sendinblue-notifier/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/6fb809287de9b8070ddba99f20d435559c7b1e14c63d19fe10ec6b7dc6ba3f3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7969656c6473747564696f2f6c61726176656c2d73656e64696e626c75652d6e6f7469666965723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yieldstudio/laravel-sendinblue-notifier)

> 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
------------

[](#installation)

```
composer require yieldstudio/laravel-sendinblue-notifier

```

Configure
---------

[](#configure)

Just define these environment variables:

```
SENDINBLUE_IDENTIFIER=
SENDINBLUE_KEY=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
SENDINBLUE_SMS_SENDER=
```

Make sure that MAIL\_FROM\_ADDRESS is an authenticated email on Sendinblue.

SENDINBLUE\_SMS\_SENDER is limited to 11 for alphanumeric characters and 15 for numeric characters.

You can publish the configuration file with:

```
php artisan vendor:publish --provider="YieldStudio\LaravelSendinblueNotifier\SendinblueNotifierServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

### Send email

[](#send-email)

```
