When i uploaded my site i got these error at registration. When a user register he/she will receive a confirmation email with the link to activate his/her account.
But i got this error when i click register:
Warning: mail() [function.mail]: SMTP server response: 530 SMTP authentication is required. in E:\Inetpub\vhos ts\sneakersworl d.org\httpdocs\ Sneakers\includ e\mailer.php on line 40
the line 40 of my mailer.php is
Warning: Cannot modify header information - headers already sent by (output started at E:\Inetpub\vhos ts\sneakersworl d.org\httpdocs\ Sneakers\includ e\mailer.php:40 ) in E:\Inetpub\vhos ts\sneakersworl d.org\httpdocs\ Sneakers\proces s.php on line 105
and my process.php line 105 is
im a newbie in php and its my first time in uploading a website online..
please help.. thanks..
im using jp77 log in system from jp77.org..
But i got this error when i click register:
Warning: mail() [function.mail]: SMTP server response: 530 SMTP authentication is required. in E:\Inetpub\vhos ts\sneakersworl d.org\httpdocs\ Sneakers\includ e\mailer.php on line 40
the line 40 of my mailer.php is
Code:
return mail($email,$subject,$body,$from);
and my process.php line 105 is
Code:
/* Registration Successful */ if($retval == 0){ $_SESSION['reguname'] = $_POST['user']; $_SESSION['regsuccess'] = true; header("Location: ".$session->referrer); // the 105 line
please help.. thanks..
im using jp77 log in system from jp77.org..
Comment