try using the _REQUEST action instead of _POST in your email processing file…
example:
$message = $_REQUEST["message"];
I’ve been reading so many unanswered threads on this subject it’s sickening. Some servers accept the REQUEST call over the POST.