Changeset 5976
- Timestamp:
- 05/01/06 14:38:09 (2 years ago)
- Files:
-
- wp-email/trunk/email/class-phpmailer.php (modified) (1 diff)
- wp-email/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/email/class-phpmailer.php
r5029 r5976 369 369 $result = $this->SendmailSend($header, $body); 370 370 break; 371 case " mail":371 case "php": 372 372 $result = $this->MailSend($header, $body); 373 373 break; wp-email/trunk/readme.txt
r5596 r5976 7 7 Documentation -> http://dev.wp-plugins.org/wiki/wp-email 8 8 Development -> http://dev.wp-plugins.org/browser/wp-email/ 9 Updated -> 1st April20069 Updated -> 1st May 2006 10 10 -------------------------------------------------- 11 11 Note: I have changed almost the whole structure of WP-EMail, So if there is any bug, … … 13 13 -------------------------------------------------- 14 14 15 // Version 2.04a (01-05-2006) 16 - FIXED: PHP Mail Not Working Properly (Thanks To Pablo) 15 17 16 18 // Version 2.04 (01-04-2006)
