Hello is there any way I can send a table (or just tabulated data) via email. I've tried this but comes up with an error. $to = myemail@xxxxxxxxxxx; $re = "Test Email from system"; $msg = "<TABLE BORDER=\"2\"><TR>hello</TR></TABLE>" mail($to, $re, $msg); Thanks in advance.