ඔච්ච්ර කරදර වෙන්න ඕනේ නැ බන්. ඕක උබට ඕනේ විදියට හදාගනින්.
<?php
// the message
$msg = "First line of text\nSecond line of text";
// use wordwrap() if lines are longer than 70 characters
$msg = wordwrap($msg,70);
//headers
$headers = "From:
[email protected]" . "\r\n" .
"CC...