vblinden/sendwich-laravel

Sendwich transport for Laravel

v1.0.4 2025-08-18 06:17 UTC

This package is auto-updated.

Last update: 2025-08-18 06:19:40 UTC


README

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

Installation

You can install the package via composer:

composer require vblinden/sendwich-laravel

Usage

Add the following to config/mail.php.

'mailers' => [
    'sendwich' => [
        'transport' => 'sendwich',
    ],
],

Update the following values in your .env.

MAIL_MAILER=sendwich

SENDWICH_API_KEY="sw_yourkey"

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Credits

License

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