bluestallion Posted May 26, 2003 Posted May 26, 2003 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.
Obewanz Posted May 27, 2003 Posted May 27, 2003 Blue Stallion, You might want to look at http://www.oscommerce.com/forums/viewtopic.php?t=44519 as it may help you solve your email problems... :o Regards, Obewanz The GraphicZoo check profile for web address
Recommended Posts
Archived
This topic is now archived and is closed to further replies.