ovidiu-ostafi / swiftbcc
Laravel bcc plugin for swift library
v1.0.2
2017-06-12 07:49 UTC
Requires
- php: >=5.6.4
This package is not auto-updated.
Last update: 2026-03-01 10:26:20 UTC
README
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',