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 = [EMAIL PROTECTED];

$re = "Test Email from system";

$msg = "<TABLE BORDER=\"2\"><TR>hello</TR></TABLE>"


mail($to, $re, $msg);


Thanks in advance.

Reply via email to