Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff
Author Message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Sun Jan 23, 2005 6:18 am Reply with quote

can anuone think of a reason why a nuke suddenly could stop sending mails ....from contact or feedback form?
thats the problem a member of mine is facing.
i know he has a very clean site and has no knowledge of nuke and doesnt touches anything.

i logged in and changed the administrator email to mine and with the feedback i dont get the mail....

anyone?
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Jan 23, 2005 6:42 am Reply with quote

That sounds like a host/ISP issue.
 
View user's profile Send private message
hitwalker







PostPosted: Sun Jan 23, 2005 6:47 am Reply with quote

yeah im having the same feeling to,it seems php mail function isnt working...
 
Raven







PostPosted: Sun Jan 23, 2005 8:00 am Reply with quote

Code:
<?

if (isset($submit)) $resultMsg = 'Mailed - This just means that the PHP mail() function is working.<br />If you do not receive the email, then there is probably something wrong with your SMTP setup.';
else $resultMsg = '';
echo "<form action=\"".$_SERVER["PHP_SELF"]."\" method=post>Input your email address to test";
echo "<br />";
echo "<input type=text name=addy size=50>";
echo "<br />";
echo "<br />";
echo "<input type=submit name=submit></form>";
if (isset($submit)&&!empty($addy)) {
   unset($submit);
   mail($addy,'Test message','Did you get this?') or die('ERROR');
   echo($resultMsg);
   unset($resultMsg);
   die();
}
?>
 
hitwalker







PostPosted: Sun Jan 23, 2005 8:06 am Reply with quote

thanks,

well i uploaded it and put in my address to mail and it shows this...

Mailed - This just means that the PHP mail() function is working.
If you do not receive the email, then there is probably something wrong with your SMTP setup.

but yep.,....i dont get the mail....
 
Raven







PostPosted: Sun Jan 23, 2005 8:08 am Reply with quote

It's not PHP.
 
hitwalker







PostPosted: Sun Jan 23, 2005 8:11 am Reply with quote

Huh?...then what?
(btw i put a mailform on his server and it didnt maild me...
i put it on my server and it DID maild me...)
 
Raven







PostPosted: Sun Jan 23, 2005 8:15 am Reply with quote

As I said, it's an isp/host issue.
 
hitwalker







PostPosted: Sun Jan 23, 2005 8:18 am Reply with quote

well but what does that mean ?
If it isnt caused by php mail or whatever whats left then?
 
Raven







PostPosted: Sun Jan 23, 2005 8:26 am Reply with quote

The host/isp may be having problems. They may have recompiled php and didn't setup smtp. There's a myriad os possibilities. Contact the host and then the isp.
 
hitwalker







PostPosted: Sun Jan 23, 2005 8:29 am Reply with quote

well i did that for him ...
weird that this happends suddenly...
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©