쇼핑몰: #143 상품 관련 메일 발송 표준화 및 스타일 완료

This commit is contained in:
whitedot
2013-05-08 19:55:09 +09:00
parent 0a1d1f3e14
commit 9e9c5c162a
5 changed files with 472 additions and 524 deletions

View File

@ -10,7 +10,7 @@ $admin = get_admin('super');
//------------------------------------------------------------------------------
$subject = $config['cf_title'].' - 주문 알림 메일 ('.$od_name.')';
ob_start();
include './mail/orderupdate1.mail.php;';
include './mail/orderupdate1.mail.php';
$content = ob_get_contents();
ob_end_clean();