Download the PHP package beholdr/sendsay-laravel without Composer
On this page you can find all versions of the php package beholdr/sendsay-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download beholdr/sendsay-laravel
More information about beholdr/sendsay-laravel
Files in beholdr/sendsay-laravel
Package sendsay-laravel
Short Description Unofficial Sendsay.ru mailer transport for Laravel to sending transactional emails.
License MIT
Homepage https://github.com/beholdr/sendsay-laravel
Informations about the package sendsay-laravel
Sendsay Laravel
Unofficial Sendsay.ru mailer transport for Laravel to sending transactional emails.
Support
Do you like Sendsay Laravel? Please support me via Boosty.
Installation
You can install the package via composer:
You need to set .env
variables:
And add mailer transport in config/mail.php
:
Optionally, you can publish the config file with:
Usage
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:
-
Publish laravel-mail components:
-
Add to html footer template code:
-
Add to text footer template code:
- Pass
unsubscribe
prop tox-mail::message
component in letter template:
Proxy
If you set APP_LOCAL_PROXY
variable, your requests to Sendsay.ru will be proxified via given proxy. Example for proxy inside Docker:
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of sendsay-laravel with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0 || ^11.0