Changeset 1005259
- Timestamp:
- 10/10/2014 05:44:11 PM (11 years ago)
- Location:
- bcc-everything/trunk
- Files:
-
- 2 edited
-
bcc-everything.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bcc-everything/trunk/bcc-everything.php
r1005249 r1005259 3 3 * Plugin Name: BCC Everything 4 4 * Plugin URI: https://github.com/felixfischer/wp-bcc-everything 5 * Description: Blind copy (Bcc :) outgoing emails to Admin6 * Version: 1.1 5 * Description: Blind copy (Bcc) outgoing emails to additional recipients. 6 * Version: 1.1.1 7 7 * Author: Felix Fischer 8 8 * Author URI: http://felixfischer.com -
bcc-everything/trunk/readme.txt
r1005249 r1005259 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Blind copy (Bcc) all outgoing emailto additional recipients.10 Blind copy (Bcc) outgoing emails to additional recipients. 11 11 12 12 == Description == 13 13 14 The plugin adds additional BCC recipients to every email that is sent through14 The plugin adds additional BCC recipients to every email that's sent through 15 15 WordPress' `wp_mail()` function. Simply enter multiple comma separated email 16 16 addresses into the *BCC Recipient* field near the bottom of Settings -> General. … … 24 24 == Changelog == 25 25 26 = 1.1.1 = 27 * harmonized wording 28 26 29 = 1.1 = 27 30 * customizable recipient
Note: See TracChangeset
for help on using the changeset viewer.