ovidiu-ostafi/swiftbcc

Laravel bcc plugin for swift library

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:plugin

pkg:composer/ovidiu-ostafi/swiftbcc

v1.0.2 2017-06-12 07:49 UTC

This package is not auto-updated.

Last update: 2025-10-12 08:37:29 UTC


README

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',