ovidiu-ostafi/swiftbcc

Laravel bcc plugin for swift library

Maintainers

Package info

github.com/ovidiu-ostafi/swiftbcc

Type:plugin

pkg:composer/ovidiu-ostafi/swiftbcc

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 10:26:20 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',