| Package Data | |
|---|---|
| Maintainer Username: | ovidiu-ostafi |
| Maintainer Contact: | ovidiu.ostafi@webreference.ro (Ovidiu Ostafi) |
| Package Create Date: | 2017-06-10 |
| Package Last Update: | 2017-06-12 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-28 03:00:25 |
| Package Statistics | |
|---|---|
| Total Downloads: | 19 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Sending bcc from all outgoing emails.
config/app.php by adding the SwiftBcc provider/**
* Set SwiftBcc provider
*/
SwiftBcc\SwiftBccProvider::class,
config/mail.php with a bcc key/**
* Mail where all copies go
*/
'bcc' => 'a.b@example.com',