Plugin Directory

Changeset 1005249


Ignore:
Timestamp:
10/10/2014 05:32:43 PM (11 years ago)
Author:
ffischer
Message:

Make recipient customizable

Location:
bcc-everything/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • bcc-everything/trunk/readme.txt

    r1005131 r1005249  
    11=== BCC Everything ===
    22Contributors: ffischer
    3 Tags: email, mail, wp_mail, bcc
     3Tags: email, mail, wp_mail, bcc, blind copy, monitoring
    44Requires at least: 2.2
    55Tested up to: 4.0
     
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Blind copy (Bcc:) all outgoing emails to Admin. This can be used to verify the
    11 correct sending of emails, or as a simple monitoring device.
     10Blind copy (Bcc) all outgoing email to additional recipients.
    1211
    1312== Description ==
    1413
    15 This plugin adds the primary blog email address as Bcc: recipient to every email
    16 sent by WordPress. It uses the address defined in Settings -> General. There is
    17 nothing to configure in this plugin. Just activate and forget.
     14The plugin adds additional BCC recipients to every email that is sent through
     15WordPress' `wp_mail()` function. Simply enter multiple comma separated email
     16addresses into the *BCC Recipient* field near the bottom of Settings -> General.
    1817
    1918== Installation ==
    2019
    21 1. Upload `wp-bcc-everything.php` to the `/wp-content/plugins/` directory
     201. Upload `bcc-everything.php` to the `/wp-content/plugins/` directory
    22211. Activate the plugin through the 'Plugins' menu in WordPress
     221. Set BCC recipients under Settings -> General (defaults to admin)
    2323
    2424== Changelog ==
    2525
     26= 1.1 =
     27* customizable recipient
     28
    2629= 1.0.1 =
    27 * fix: handling of string type headers
     30* fix improper handling of string type headers
    2831
    2932= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.