Changeset 13131
- Timestamp:
- 2007/05/18 19:39:17 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13130 r13131 190 190 $mail_obj = new GC_SendMail(); 191 191 $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 192 192 return true; 193 193 } 194 194
Note: See TracChangeset
for help on using the changeset viewer.