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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.