ovidiu-ostafi/swiftbcc
Laravel bcc plugin for swift library
19
| Install | |
|---|---|
composer require ovidiu-ostafi/swiftbcc |
|
| Latest Version: | v1.0.2 |
| PHP: | >=5.6.4 |
| License: | MIT |
| Last Updated: | Jun 12, 2017 |
| Links: | GitHub · Packagist |
Maintainer: ovidiu-ostafi
Bcc outgoing emails
Sending bcc from all outgoing emails.
Requirements
- laravel >=5.2.*
Installation
- Update your
config/app.phpby adding the SwiftBcc provider
/**
* Set SwiftBcc provider
*/
SwiftBcc\SwiftBccProvider::class,
- Update your
config/mail.phpwith abcckey
/**
* Mail where all copies go
*/
'bcc' => 'a.b@example.com',
Related Packages
eventhomes/laravel-mandrillhooks
A simple Mandrill webhook controller to help with events. Compatible with Larave...
75,592
63
yozaz/laravel-swiftmailer
Laravel and SwiftMailer integration fix for Queued deamon workers
73,125
24