如何發送郵件在php $ from1 =「[email protected]」; $ headers ='MIME-Version:1.0'。 「\ r \ n ; $headers.= 'Content-type: text/html; charset=utf-8' .
\ r \ n ; $headers.=
發件人: '$ 1跳轉\r\n
; $標題= Reply-To: '.$from1.
\ r \ n ; $headers .=
返回路徑:' Newslatter。$ 1跳轉\r\n
; $標題= CC:
。 $ CCMAIL1 \r\n
; $標題= 'BCC:'。。。$ BCCMAIL \r\n
;如何在php郵件功能中關聯BCC和CC?
if(mail($to,$subject,$message,$headers)){
return true;
}
else{
return false;
}
請註明錯誤... –
http://php.net/manual/en/function.mail.php – Bora
所以很多答案已經 –