ovidiu-ostafi/swiftbcc

Laravel bcc plugin for swift library

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

This package is not auto-updated.

Last update: 2024-04-28 01:08:52 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',