source: branches/dev/html/test/naka/mail_test2.php @ 15147

Revision 15147, 362 bytes checked in by naka, 17 years ago (diff)
Line 
1<?php
2    require_once("../../require.php");
3    $objMail = new GC_SendMail();
4   
5    $objMail->setItemHtml("naka@lockon.co.jp", "¥Æ¥¹¥È£²", "<b>¤¢</b>", "test@lockon.co.jp", "from", "test@lockon.co.jp", "test@lockon.co.jp");
6   
7    //¡¡¥á¡¼¥ëÁ÷¿®
8    if( mb_send_mail($objMail->to, $objMail->subject, $objMail->body, $objMail->header) ) {
9        return true;
10    }
11   
12   
13?>
Note: See TracBrowser for help on using the repository browser.