ovidiu-ostafi / swiftbcc
Laravel bcc plugin for swift library
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:plugin
Requires
- php: >=5.6.4
This package is not auto-updated.
Last update: 2024-11-10 03:46:25 UTC
README
Sending bcc from all outgoing emails.
Requirements
- laravel >=5.2.*
Installation
- Update your
config/app.php
by adding the SwiftBcc provider
/** * Set SwiftBcc provider */ SwiftBcc\SwiftBccProvider::class,
- Update your
config/mail.php
with abcc
key
/** * Mail where all copies go */ 'bcc' => 'a.b@example.com',