Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email Registration Error!!!


bluestallion

Recommended Posts

Posted

When I register as member, I got the error messages below:

 

Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for [email protected] in F:Domainsmyname.comwwwrootcatalogincludesclassesemail.php on line 500



Warning: Cannot modify header information - headers already sent by (output started at F:Domainsmyname.comwwwrootcatalogincludesclassesemail.php:500) in F:Domainsmyname.comwwwrootcatalogincludesfunctionsgeneral.php on line 29

 

According to the error, line 500 is the code below:

 

        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));

 

I don't see any blanks in the begining or end of the file as suggested by the Wiki error troubleshooting .... can somebody help me?

 

Thanks.

Archived

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

×
×
  • Create New...