Changeset 13011
- Timestamp:
- 2007/05/17 21:38:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13006 r13011 189 189 $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 190 190 191 if( $mail_obj->sendMail() ) { 192 return true; 193 } 191 194 192 195 193 }
Note: See TracChangeset
for help on using the changeset viewer.