Jump to content

Email help


mad-watches

Recommended Posts

I am new to php.  I have instralled oscommerce and got it working.  The probelm that I am having is when a new customer registers it errors sending them an email.  It also errors when they purches stuff.  I can send the customer an email from the admin section.  So my email setting are working.  Here is the erroe that I am getting.

 

PHP Warning:  mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 501 5.5.4 Invalid Address in C:\Inetpub\watches\catalog\includes\classes\email.php on line 520

PHP Warning:  mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 501 5.5.4 Invalid Address in C:\Inetpub\watches\catalog\includes\classes\email.php on line 520

 

 

Here is the line in the php script that is refeanced.

 

return mail($to_addr, $subject, $this->output, 'From: ' . $from . $this->lf . 'To: ' . $to . $this->lf . implode($this->lf, $this->headers) . $this->lf . implode($this->lf, $xtra_headers));

      } else {

        return mail($to, $subject, $this->output, 'From: '.$from.$this->lf.implode($this->lf, $this->headers).$this->lf.implode($this->lf, $xtra_headers));

      }

 

Can any one help?

Link to comment
https://forums.phpfreaks.com/topic/173328-email-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.