Changeset 13013
- Timestamp:
- 2007/05/17 21:40:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13011 r13013 112 112 ,$objSite->data["email04"] //¡¡errors_to 113 113 ); 114 print_r($sendResut);114 115 115 116 116 //-- HTML¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç … … 189 189 $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 190 190 191 191 if( $mail_obj->sendMail() ) { 192 return true; 193 } 192 194 193 195 }
Note: See TracChangeset
for help on using the changeset viewer.