這裏是我的PHP至今PHP - 多個電子郵件地址
$headers = "From: [email protected]\n";
$headers .= "Reply-To: [email protected]\n";
$headers .= 'Bcc: [email protected]' . "\r\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-Type: text/plain; charset=ISO-8859-1\n";
mail($to, $subject, $body, $headers);
我如何三個電子郵件地址添加到這個列表
什麼名單?這些都不是清單。 – 2011-02-26 02:35:55
這裏有一個庫,不難學習http://phpmailer.worxware.com/你可以用它等循環等*參見示例* – allenskd 2011-02-26 02:43:59