ovidiu-ostafi/swiftbcc

Laravel bcc plugin for swift library
19
Install
composer require ovidiu-ostafi/swiftbcc
Latest Version:v1.0.2
PHP:>=5.6.4
License:MIT
Last Updated:Jun 12, 2017
Links: GitHub  ·  Packagist
Maintainer: ovidiu-ostafi

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

Related Packages

eventhomes/laravel-mandrillhooks

A simple Mandrill webhook controller to help with events. Compatible with Larave...

75,592 63
clarification/sendgrid-laravel-driver

Sendgrid mail driver for Laravel

31,300 11
coconutcraig/laravel-postmark

Laravel package for sending mail via the Postmark API

3,367,487 217
zalazdi/laravel-imap

Laravel 5 IMAP client.

12,873 49
yozaz/laravel-swiftmailer

Laravel and SwiftMailer integration fix for Queued deamon workers

73,125 24