Changeset 17086
- Timestamp:
- 2008/02/27 17:26:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/SC_SendMail.php
r17085 r17086 181 181 $bcc -> ブラインドカーボンコピー 182 182 */ 183 function setBase( $to, $subject, $body, $fromaddress, $from_name, $reply_to="", $return_path="", $errors_to="", $bcc="", $cc ="") {183 function setBase($to, $subject, $body, $fromaddress, $from_name, $reply_to="", $return_path="", $errors_to="", $bcc="", $cc ="") { 184 184 // 宛先設定 185 $this-> to = $to;185 $this->setTo($to); 186 186 // 件名設定 187 187 $this->setSubject($subject);
Note: See TracChangeset
for help on using the changeset viewer.