Changeset 8082 for trunk/wp-includes/class-phpmailer.php
- Timestamp:
- 06/14/2008 04:36:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-phpmailer.php
r7451 r8082 1 1 <?php 2 //////////////////////////////////////////////////// 3 // PHPMailer - PHP email class 4 // 5 // Class for sending email using either 6 // sendmail, PHP mail(), or SMTP. Methods are 7 // based upon the standard AspEmail(tm) classes. 8 // 9 // Copyright (C) 2001 - 2003 Brent R. Matzelle 10 // 11 // License: LGPL, see LICENSE 12 //////////////////////////////////////////////////// 2 /** 3 * PHPMailer - PHP email class 4 * 5 * Class for sending email using either sendmail, PHP mail(), or SMTP. Methods 6 * are based upon the standard AspEmail(tm) classes. 7 * 8 * @copyright 2001 - 2003 Brent R. Matzelle 9 * @license LGPL 10 * @package PHPMailer 11 */ 13 12 14 13 /**
Note: See TracChangeset
for help on using the changeset viewer.