how can i add this header("Content-type: application/vnd.wap.mms-message");
to my mail()
mail($to,$msg, $url,"From: <$email1>");
To add headers to emails, you just include it with the "from" part.
mail($to,$msg, $url,"From: <$email1>\nContent-type: application/vnd.wap.mms-message");
thanks it works, one more question,
how can i add http_accept = blah blah /
to my web server
sorry this is for the first question,
when it is sent it will send it as an attachement
i got this when i sent it to my email ATT8668.ATT is that right or is there something missing