sendsay-laravel-mailer maintained by gocpa
Last update
2026/04/07 10:33
License
Require
- php ^8.1
- illuminate/contracts ^10.0|^11.0|^12.0|^13.0
- symfony/mailer ^6.4|^7.0
- spatie/laravel-package-tools ^1.14
Last update
2026/04/07 09:45
License
Require
- php ^8.1
- illuminate/contracts ^10.0|^11.0|^12.0|^13.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2|^7.0|^8.0
Last update
2026/04/07 09:19
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- symfony/mailer ^6.2
- guzzlehttp/guzzle ^7.5
Last update
2026/03/30 14:10
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2026/03/16 12:44
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2025/11/24 12:33
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2024/02/08 15:12
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2024/01/17 12:23
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2023/12/21 14:29
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2023/12/21 14:28
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2023/12/21 13:45
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2023/07/07 09:38
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2023/07/07 09:37
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2023/05/25 17:52
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2023/05/25 17:43
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- guzzlehttp/guzzle ^7.5
- symfony/mailer ^6.2
Last update
2023/05/19 09:59
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- symfony/http-client *
- symfony/mailer ^6.2
Last update
2023/05/19 09:49
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- symfony/http-client *
- symfony/mailer ^6.2
Last update
2023/05/16 19:15
License
Require
- php ^8.1
- illuminate/contracts ^10.0
- spatie/laravel-package-tools ^1.14.0
- symfony/http-client *
- symfony/mailer ^6.2
Неофициальный Laravel драйвер для Sendsay
Неофициальный драйвер 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.