[PHP-users 6247] Re: メールの送信について

Tamio Shibata php-users@php.gr.jp
Sun, 17 Mar 2002 10:17:33 +0900


柴田@名古屋です

> こんばんはokamotoです。
> メールを複数の方に送りたいのですが
【略】
> 表示されるので$header部にBCC部を書けば良いと
> マニュアルに書いてるのですが,どうすればいいのでしょうか。

http://jp.php.net/manual/ja/function.mail.php
に以下のような事例が載っています。
----------------------------
cookieme@usa.net
11-Jan-2002 02:10 
 
There used to be a note with a complete set of headers to use with the mail
function but somehow now its gone so here they are again hope it helps :)

$headers .= "From: Name<mail@server.com>\n";
$headers .= "X-Sender: <mail@server.com>\n";
$headers .= "X-Mailer: PHP\n"; //mailer
$headers .= "X-Priority: 3\n"; //1 UrgentMessage, 3 Normal
$headers .= "Return-Path: <mail@server.com>\n";
//Uncomment this to send html format
//$headers .= "Content-Type: text/html; charset=iso-8859-1\n";
//$headers .= "cc: birthdayarchive@php.net\n"; // CC to
//$headers .= "bcc: mail@server.com"; // BCCs to, separete
multiple with commas mail@mail.com, mail2@mail.com

Regards
P.A. Luis Tena O.
Mexico city.
------------------------------ 
--
********************************
株式会社 有人社 IT-P事業部
柴田 民雄 shibata@yujinsha.co.jp
********************************