"; $body = "This is a sample message send from PHP.\r\n"; $body .= "As always, let us check the transparency function:\r\n"; $body .= ". <-- there should be a dot there.\r\n"; $body .= "Bye"; mail($rcpt, $subject, $body, $hdrs); ?>