PHPackages                             beholdr/sendsay-laravel - 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. beholdr/sendsay-laravel

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

beholdr/sendsay-laravel
=======================

Unofficial Sendsay.ru mailer transport for Laravel to sending transactional emails.

v0.1.3(1y ago)13.4k↓50%MITPHPPHP ^8.1

Since Nov 28Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (12)Versions (5)Used By (0)

Sendsay Laravel
===============

[](#sendsay-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/29eac436759a9d8e49038229ca866a4879c97ca2de2797e129cd5e1319d91070/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265686f6c64722f73656e647361792d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beholdr/sendsay-laravel)

Unofficial Sendsay.ru mailer transport for Laravel to sending transactional emails.

Support
-------

[](#support)

Do you like **Sendsay Laravel**? Please support me via [Boosty](https://boosty.to/beholdr).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require beholdr/sendsay-laravel
```

You need to set `.env` variables:

```
MAIL_SENDSAY_ACCOUNT="root_account_name"
MAIL_SENDSAY_KEY="YOUR_API_KEY"
```

And add mailer transport in `config/mail.php`:

```
'mailers' => [
    ...
    'sendsay' => [
        'transport' => 'sendsay',
    ],
]
```

Optionally, you can publish the config file with:

```
php artisan vendor:publish --tag="sendsay-config"
```

Usage
-----

[](#usage)

### Unsubscribe link

[](#unsubscribe-link)

For better user experience you should provide unsubscribe link in your emails. You can add such link, using special code `#UNSUBSCRIBE_LINK#` in your templates, that will be substituted with a real url.

For example, if you are using markdown mailables:

1. Publish laravel-mail components:

```
php artisan vendor:publish --tag=laravel-mail
```

2. Add to html footer template code:

```
@aware(['unsubscribe'])

...

@if ($unsubscribe)
{{ __('Unsubscribe') }}
@endif
```

3. Add to text footer template code:

```
@aware(['unsubscribe'])

...

@if ($unsubscribe)
{{ __('Unsubscribe') }}: {{ $unsubscribe }}
@endif
```

4. Pass `unsubscribe` prop to `x-mail::message` component in letter template:

```

...

```

### Proxy

[](#proxy)

If you set `APP_LOCAL_PROXY` variable, your requests to Sendsay.ru will be proxified via given proxy. Example for proxy inside Docker:

```
APP_LOCAL_PROXY="socks5://host.docker.internal:8123"
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance46

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~161 days

Total

4

Last Release

413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c2acd8f17973138881ff45f60bfa042b6bfa0623af69be06660992aea22c358?d=identicon)[beholdr](/maintainers/beholdr)

---

Top Contributors

[![beholdr](https://avatars.githubusercontent.com/u/741973?v=4)](https://github.com/beholdr "beholdr (9 commits)")

---

Tags

laravelmailersendsay

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/beholdr-sendsay-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/beholdr-sendsay-laravel/health.svg)](https://phpackages.com/packages/beholdr-sendsay-laravel)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[xammie/mailbook

Laravel Mail Explorer

482458.3k1](/packages/xammie-mailbook)[spatie/laravel-notification-log

Log notifications sent by your Laravel app

207902.8k](/packages/spatie-laravel-notification-log)[wnx/laravel-sends

Keep track of outgoing emails in your Laravel application.

200427.3k](/packages/wnx-laravel-sends)[spatie/laravel-discord-alerts

Send a message to Discord

151408.0k](/packages/spatie-laravel-discord-alerts)[backstage/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24157.5k5](/packages/backstage-laravel-mails)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
