Laravel bcc plugin for swift library
18
0
2
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

Bcc outgoing emails

Sending bcc from all outgoing emails.

Requirements

  • laravel >=5.2.*

Installation

  1. Update your config/app.php by adding the SwiftBcc provider
/**
 * Set SwiftBcc provider
 */
SwiftBcc\SwiftBccProvider::class,
  1. Update your config/mail.php with a bcc key
/**
 * Mail where all copies go
 */
'bcc' => 'a.b@example.com',