View Single Post
  #3  
Old 09-02-2006, 07:01 AM
josil josil is offline
Junior Techie
 
Join Date: Aug 2006
Posts: 2
Default

Quote:
Originally Posted by vee_ess
The receiver is not accepting mail for the user which mail is being sent to. That error often provides the correct path.
Here it is what I did and what I achive:


Please register:
Please fill in the following fields (fields with a * are required).

Login: aaaaaa (min. 6 chars.)
Password: 1111 (min. 4 chars.)
Confirm password: 1111
Real name:
E-mail: my personal e-mail
Extra info:

Warning: mail(): SMTP server response: 551 User not local. We don't relay in C:\web\classes\access_user\access_user_class.php on line 391

Sorry, an error occurred please try it again.


The line 391 states he following:

if (mail($mail_address, $subject, $body, $header)) {

I do not want to dend mails from my localhost. I want to ry the script on my web project, experimenting the register in order to obtain a login and a password.

Any help?
Reply With Quote