----- Original Message ----- 
From: "Rusty Nails" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, January 24, 2007 1:04 PM
Subject: [php-list] Script says it is sent but not getting it


I have tried  6 of these contact scripts and some appear to work but I
never receive them .

The 2 that seem the closet are
http://www.mousekit.com/fm/formmailer.php
http://www.mousekit.com/s_f/form_page.php

I'm not skilled enough to write my own or figure the problem out ..
I've read the instuctions on what method of placing script on the site
but still nothing ..if someone could help or suggest something that
might work on my server..I could use the help ..

my phpini
http://www.mousekit.com/test.php

Thanks
Rusty
---------------------------
Try this simple script and tell us if it worked and any error messages if it
doesn't.

<?php
$email_address="rusty at mousekit.com";
//Change the above to your real e-mail address
$subject="test message";
$message="gotchya";
mail($email_address, $subject, $message);
>
<html><head>
<title>e-mail test</title>
</head<body>
<h3>Message sent</h3>
</body></html>

Reply via email to