Changeset 11807 for branches/dev/html/admin
- Timestamp:
- 2007/03/12 20:01:46 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/sendmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r17 r11807 127 127 //---¡¡Á÷¿®´°Î»¡¡Êó¹ð¥á¡¼¥ë 128 128 $compData = date("Yǯm·îdÆüH»þiʬ" . " ²¼µ¥á¡¼¥ë¤ÎÇÛ¿®¤¬´°Î»¤·¤Þ¤·¤¿¡£" ); 129 /* 129 130 MAIL_SENDING( 130 131 $objSite->data["email03"] … … 137 138 ,$objSite->data["email04"] //¡¡errors_to 138 139 ); 139 140 */ 141 HTML_MAIL_SENDING( 142 $objSite->data["email03"] 143 ,$compData 144 ,$mail_data[$i][0]["body"] 145 ,$objSite->data["email03"] //¡¡Á÷¿®¸µ¥á¡¼¥ë¥¢¥É¥ì¥¹ 146 ,$objSite->data["company_name"] //¡¡Á÷¿®¸µÌ¾ 147 ,$objSite->data["email03"] //¡¡reply_to 148 ,$objSite->data["email04"] //¡¡return_path 149 ,$objSite->data["email04"] //¡¡errors_to 150 ); 151 140 152 if ($_GET['mode'] = "now") { 141 153 header("Location: " . URL_DIR . "admin/mail/history.php");
Note: See TracChangeset
for help on using the changeset viewer.
