The error is:
- Code: Select all
Warning: mail() [function.mail]: SMTP server response: 503 Bad command sequence in C:\Documents and Settings\Jaspreet\My Documents\xampp\htdocs\jotronpcauction\include\functions.inc.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at C:\Documents and Settings\Jaspreet\My Documents\xampp\htdocs\jotronpcauction\include\functions.inc.php:188) in C:\Documents and Settings\Jaspreet\My Documents\xampp\htdocs\jotronpcauction\actions\bid.php on line 26
Line 188 in Functions.inc.php is:
- Code: Select all
$res = mail(getConf($mail), $app->_conf['title'].': You have been outbid on an auction item.', $msg, $mail_headers);
Line 26 in bid.php is:
- Code: Select all
header("Location: ".$url);
Can you think of what I have done wrong?
We need to get this Web Auction setup ASAP!
Thanks for every comment/help
- Jaspern