Problem ze skryptem formmail

Próbuję skorzystać ze skryptu formmail ale cholerka coś mi nie idzie nie chce mi wysyłać maili, czy może mi ktoś podpowiedzieć co robię źle albo dać linka do swojej strony na której skrypt działa, plik formmail.php wgrałem do głównego katalogu. Taki cod umieściłem w treści strony
po kliknięciu wyślij dostaję odpowiedź
skrypt pobrany ze strony http://skrypty.webpc.pl/index9.html nazywa się Formmail
- Kod: Zaznacz cały
<form method="post" enctype="multipart/form-data" action="http://xxxx.ugu.pl/formmail.php">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000">
<input type="hidden" name="path_to_file" value="http://xxxx.ugu.pl/formmail.php">
<input type="hidden" name="recipient" value="admin@xxxx.ugu.pl">
<input type="hidden" name="require" value="email">
<table>
<tr>
<td>Your Email:</td><td><input type=text name="email"></td>
</tr>
<tr>
<td>What you think about me:</td><td><textarea name="What you think about me" cols="40" rows="3"></textarea></td>
</tr>
<tr>
<td colspan="2"><input type="submit"><input type="reset"></td>
</tr>
</table>
<br><br><hr>
</form>
po kliknięciu wyślij dostaję odpowiedź
- Kod: Zaznacz cały
The form was not submitted for the following reasons:
You are coming from an unauthorized domain.
Please use your browser's back button to return to the form and try again.
skrypt pobrany ze strony http://skrypty.webpc.pl/index9.html nazywa się Formmail