Source Code:
(back to article)
<?php $to = "recipient@example.com"; $subject = "Test Email"; $message = "This is a test email.\r\nThis is the second line.\r\nThis is the third line."; $headers = "From: sender@example.com"; echo $message;
Result:
Report an issue