Changeset 18660
- Timestamp:
- 09/13/07 08:31:48 (10 months ago)
- Files:
-
- wp-email/trunk/email/email.php (modified) (1 diff)
- wp-email/trunk/email/wp-email.mo (modified) (previous)
- wp-email/trunk/email/wp-email.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/email/email.php
r18658 r18660 864 864 $mail->Host = $email_smtp['server']; 865 865 $mail->Mailer = get_option('email_mailer'); 866 if($mail-> IsSMTP()) {866 if($mail->Mailer == 'smtp') { 867 867 $mail->SMTPAuth = true; 868 868 } wp-email/trunk/email/wp-email.pot
r18658 r18660 3 3 "Project-Id-Version: WP-EMail 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-09-13 1 5:42+0800\n"5 "PO-Revision-Date: 2007-09-13 16:31+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@hotmail.com>\n"
