Changeset 1005249
- Timestamp:
- 10/10/2014 05:32:43 PM (11 years ago)
- Location:
- bcc-everything/trunk
- Files:
-
- 1 added
- 1 edited
-
bcc-everything.php (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bcc-everything/trunk/readme.txt
r1005131 r1005249 1 1 === BCC Everything === 2 2 Contributors: ffischer 3 Tags: email, mail, wp_mail, bcc 3 Tags: email, mail, wp_mail, bcc, blind copy, monitoring 4 4 Requires at least: 2.2 5 5 Tested up to: 4.0 … … 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 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. 10 Blind copy (Bcc) all outgoing email to additional recipients. 12 11 13 12 == Description == 14 13 15 Th is plugin adds the primary blog email address as Bcc: recipient to every email16 sent by WordPress. It uses the address defined in Settings -> General. There is 17 nothing to configure in this plugin. Just activate and forget.14 The plugin adds additional BCC recipients to every email that is sent through 15 WordPress' `wp_mail()` function. Simply enter multiple comma separated email 16 addresses into the *BCC Recipient* field near the bottom of Settings -> General. 18 17 19 18 == Installation == 20 19 21 1. Upload ` wp-bcc-everything.php` to the `/wp-content/plugins/` directory20 1. Upload `bcc-everything.php` to the `/wp-content/plugins/` directory 22 21 1. Activate the plugin through the 'Plugins' menu in WordPress 22 1. Set BCC recipients under Settings -> General (defaults to admin) 23 23 24 24 == Changelog == 25 25 26 = 1.1 = 27 * customizable recipient 28 26 29 = 1.0.1 = 27 * fix :handling of string type headers30 * fix improper handling of string type headers 28 31 29 32 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.