Quote:
Originally posted by Boofo
We have a winner! 
My site is hosted on a Linux server, could that have something to do with it?
|
So is mine.

That's not the problem.
Quote:
And how could I set this up for my email address as a user? Can it de done?
|
In send.php, find:
PHP Code:
$to = "$webmasteremail";
Change $webmasteremail to your own email address eg.
boofo@yoursite.com
like this:
PHP Code:
$to = "boofo@yoursite.com";
That will work.