Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.0
Author Message
11-9-12-15-1-1
New Member
New Member



Joined: Jan 13, 2004
Posts: 4

PostPosted: Tue Jan 13, 2004 7:36 pm Reply with quote

hello i just got nuke 7.0 and i also installed NSN YourAccount 700 but it still will not send activation emails and it always needs to be activated by me can some plz help here is my msn name kilo11_sm@hotmail.com
 
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Tue Jan 13, 2004 8:28 pm Reply with quote

You need to determine if it's a mail server problem, a php problem, or a nuke problem. Save this script to a file called testmail.php and load it to your root web folder and then execute it
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();
}
?>
 
View user's profile Send private message
11-9-12-15-1-1







PostPosted: Tue Jan 13, 2004 8:31 pm Reply with quote

where is the root web folder Embarassed
 
11-9-12-15-1-1







PostPosted: Tue Jan 13, 2004 8:33 pm Reply with quote

nvm well i put my email in the box and i still havent goten an email
 
Raven







PostPosted: Tue Jan 13, 2004 8:37 pm Reply with quote

Then your mail server is more than likely the problem. It's definitely not nuke nor php. Contact your host and tell them the problem.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.0

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 ©