sam6 Posted April 18, 2004 Posted April 18, 2004 hello my mail just stoped sending at the create an account php. its telling me [sun Apr 18 13:42:01 2004] [error] [client 24.119.181.52] PHP Warning: mail(): SMTP server response: 501 Failure Naked LF see http://netwinsite.com/surgemail/help/smtplf.htm in C:\Program Files\indigoperl-2003.03\Apache2\cmsslc\catalog\includes\classes\email.php on line 500, referer: https://www.cell-man.com/catalog/create_account.php they all were working fine here is line 500 in mail.php ? if (EMAIL_TRANSPORT == 'smtp') { 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)); } thanks for any help
sam6 Posted April 18, 2004 Author Posted April 18, 2004 Never mind my fault i had fixed this and just replaced the file that was fixed with unfixed one .
Recommended Posts
Archived
This topic is now archived and is closed to further replies.