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.4(3mo ago)13.7k↓23.5%MITPHPPHP ^8.1CI failing

Since Nov 28Pushed 3mo 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 today

READMEChangelog (2)Dependencies (24)Versions (6)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

42

—

FairBetter than 88% of packages

Maintenance82

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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 ~214 days

Total

5

Last Release

94d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/741973?v=4)[Alexander Shabunevich](/maintainers/beholdr)[@beholdr](https://github.com/beholdr)

---

Top Contributors

[![beholdr](https://avatars.githubusercontent.com/u/741973?v=4)](https://github.com/beholdr "beholdr (11 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

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[vormkracht10/laravel-mails

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

24857.5k](/packages/vormkracht10-laravel-mails)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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