Report a broken link
You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
PHP mail() function
PHP mail() function tutorial
Following example uses PHP builtin function mail(). Function gets three parameter. Target email, subject and message. Default type is text. But you can enter custom headers: From, Cc, and Bcc. Multiple extra headers should be separated with a CRLF (\r\n).
What's wrong with the tutorial? Write below.