Skip to content

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

License

Notifications You must be signed in to change notification settings

gocpa/sendsay-laravel-mailer

Repository files navigation

Неофициальный 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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages