Skip to content

A simple, affordable, and reliable way to send transactional emails. Built for developers who want sensible defaults that just work.

License

Notifications You must be signed in to change notification settings

vblinden/sendwich-laravel

Repository files navigation

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.

About

A simple, affordable, and reliable way to send transactional emails. Built for developers who want sensible defaults that just work.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 3

  •  
  •  
  •  

Languages