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: | 2024-11-09 15:00:37 |
Package Statistics | |
---|---|
Total Downloads: | 18 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
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',