# BMail The BMail package allows you to send email templates on Laravel to the Bluescale API. ## Usage In your composer.json, add : ```bash "require": { "bluescale/laravel-bmail": "dev-master" } ``` and ```bash "repositories": [ { "type": "vcs", "url": "git@git.bluesquare.io:bluescale/laravel-bmail.git" } ] ``` Then update your package file : ```bash composer update bluescale/laravel-mail ``` Finally publish the assets from your provider : ```bash php artisan vendor:publish ```