Skip to content

Commit 6a8720b

Browse files
author
Ivan Kerin
committed
Update docs
1 parent 6f8fbc0 commit 6a8720b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Swiftmailer Filter Plugin [![Build Status](https://travis-ci.org/OpenBuildings/swiftmailer-filter.png?branch=master)](https://travis-ci.org/OpenBuildings/swiftmailer-filter) [![Coverage Status](https://coveralls.io/repos/OpenBuildings/swiftmailer-filter/badge.png?branch=master)](https://coveralls.io/r/OpenBuildings/swiftmailer-filter?branch=master)
1+
# Swiftmailer Filter Plugin
2+
3+
[![Build Status](https://travis-ci.org/OpenBuildings/swiftmailer-filter.png?branch=master)](https://travis-ci.org/OpenBuildings/swiftmailer-filter)
4+
[![Coverage Status](https://coveralls.io/repos/OpenBuildings/swiftmailer-filter/badge.png?branch=master)](https://coveralls.io/r/OpenBuildings/swiftmailer-filter?branch=master)
5+
[![Latest Stable Version](https://poser.pugx.org/openbuildings/swiftmailer-filter/v/stable.png)](https://packagist.org/packages/openbuildings/swiftmailer-filter)
26

37
A swiftmailer plugin that allows whitelist / blacklist to which emails to perform the sends. This is useful for example when you want to allow emails only to a certain domain in testing / staging
48

src/Openbuildings/Swiftmailer/FilterPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Openbuildings\Swiftmailer;
44

55
/**
6-
* @package Openbuildings\Swiftmailer
7-
* @author Ivan Kerin
6+
* @package openbuildings\swiftmailer-filter
7+
* @author Ivan Kerin <[email protected]>
88
* @copyright (c) 2013 OpenBuildings Ltd.
99
* @license http://spdx.org/licenses/BSD-3-Clause
1010
*/

0 commit comments

Comments
 (0)