Changeset 13302
- Timestamp:
- 2007/05/22 21:26:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13301 r13302 150 150 //-- Á÷¿®´°Î»¤Ê¤é1¡¢¼ºÇԤʤé0¤ò¥á¡¼¥ëÁ÷¿®·ë²Ì¥Õ¥é¥°¤È¤·¤ÆDB¤ËÁÞÆþ 151 151 if( ! $sendResut ){ 152 $sendFlag = " -1";152 $sendFlag = "0"; 153 153 } else { 154 154 $sendFlag = "1"; … … 206 206 function HTML_MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) { 207 207 208 209 208 $html_mail_obj = new GC_SendMail(); 210 209 $html_mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 211 212 210 213 211 if( $html_mail_obj->sendHtmlMail() ) {
Note: See TracChangeset
for help on using the changeset viewer.