Hi jdiben;
the code below will work fine as you mentioned.
In PHP 4.1+ the autoglobal $_POST has been introduced, ($HTTP_POST_VARS is not autoglobal), this is not a big deal right now, but it is recommended that you start using $_POST instead of $HTTP_POST_VARS, they are different variables. See:
http://www.php.net/manual/en/reserve...variables.post
Also I've read somewhere (don't quote me on this) that it is not recommended that you use the "Person's Name <email@example.com>" syntax, but instead use the email address by itself.
Thats all, other than that, this one also returns the php version and mailers IP address as you may know already.
Yours,
Jamal