<?PHP // the message $msg = "First line of text\nSecond line of text"; // send email print_r(mail("calvin.so@flipsdigital.com","My subject",$msg));