Changeset 13258


Ignore:
Timestamp:
2007/05/22 16:10:08 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/sendmail.php

    r13257 r13258  
    119119            print_r($htmlBody); 
    120120            // À°·Á¤µ¤ì¤¿ËÜʸ¤È¥Ø¥Ã¥À¤ò¼èÆÀ 
    121 ¡¡¡¡¡¡¡¡¡¡¡¡break; 
    122121             
    123122            // ¥á¡¼¥ëÁ÷¿® 
    124             $sendResut = $mailObj->send($sendResut["to"], $headers, $body);          
     123            $sendResut = $mailObj->end($sendResut["to"], $headers, $body);          
    125124                  
    126125        } else { 
Note: See TracChangeset for help on using the changeset viewer.