Changeset 13107
- Timestamp:
- 2007/05/18 16:13:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13106 r13107 79 79 if(MELMAGA_MOBIE_SEND){ 80 80 81 print_r(new MELMAGA_SENDING());82 81 $sendResut = MELMAGA_SENDING( 83 82 $list_data[$i][$j]["email"] //¡¡¸ÜµÒ°¸Àè … … 185 184 186 185 $mail_obj = new GC_SendMail(); 187 $mail_obj->setItem HTML( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );186 $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 188 187 189 188 }
Note: See TracChangeset
for help on using the changeset viewer.