Changeset 5976

Show
Ignore:
Timestamp:
05/01/06 14:38:09 (2 years ago)
Author:
GamerZ
Message:

2.04a

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-email/trunk/email/class-phpmailer.php

    r5029 r5976  
    369369                $result = $this->SendmailSend($header, $body); 
    370370                break; 
    371             case "mail": 
     371            case "php": 
    372372                $result = $this->MailSend($header, $body); 
    373373                break; 
  • wp-email/trunk/readme.txt

    r5596 r5976  
    77Documentation     -> http://dev.wp-plugins.org/wiki/wp-email 
    88Development -> http://dev.wp-plugins.org/browser/wp-email/ 
    9 Updated           -> 1st April 2006 
     9Updated           -> 1st May 2006 
    1010-------------------------------------------------- 
    1111Note: I have changed almost the whole structure of WP-EMail, So if there is any bug, 
     
    1313-------------------------------------------------- 
    1414 
     15// Version 2.04a (01-05-2006) 
     16- FIXED: PHP Mail Not Working Properly (Thanks To Pablo) 
    1517 
    1618// Version 2.04 (01-04-2006)