Looking to hire Laravel developers? Try LaraJobs

sendwich-laravel maintained by vblinden

Description
Sendwich transport for Laravel
Author
Last update
2026/04/21 01:17 (dev-dependabot/github_actions/dependabot/fetch-metadata-3.1.0)
License
Downloads
44

Comments
comments powered by Disqus

Sendwich for Laravel

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.