Looking to hire Laravel developers? Try LaraJobs

sendsay-laravel-mailer maintained by gocpa

Description
Неофициальный Laravel драйвер для Sendsay
Last update
2026/04/07 10:33 (dev-feat/v2)
License
Links
Downloads
8 857

Comments
comments powered by Disqus

Неофициальный Laravel драйвер для Sendsay

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Неофициальный драйвер Laravel Mailer для отправки писем через Sendsay

Installation

You can install the package via composer:

composer require gocpa/sendsay-laravel-mailer

You can publish the config file with:

php artisan vendor:publish --provider="GoCPA\\SendsayLaravelMailer\\SendsayMailerServiceProvider"

This is the contents of the published config file:

return [
    'apikey' => env('MAIL_SENDSAY_APIKEY'),
    'account' => env('MAIL_SENDSAY_ACCOUNT'),
    'proxy' => env('MAIL_SENDSAY_PROXY'),
    'dkimId' =>  env('MAIL_SENDSAY_DKIM_ID'),
];

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.