Armands
2-21-07, 04:52 AM
I use this code to send out confirmation emails
mail($email, $subject, $message, $senders_email);
Evrything worked fine. Then I needed to raise my email quota and emailed powweb detailed information. They raised my limit but after that i see this error in my cgi error logs when email is sent out.
sh: line 3: size:: command not found
sh: line 2: day:: command not found
Can you help me? What I do wrong? And how to fix so that error won't appear all the time?
By the way emails sends out without problem, just error in logs.
Thanks in advance,
Armands
mail($email, $subject, $message, $senders_email);
Evrything worked fine. Then I needed to raise my email quota and emailed powweb detailed information. They raised my limit but after that i see this error in my cgi error logs when email is sent out.
sh: line 3: size:: command not found
sh: line 2: day:: command not found
Can you help me? What I do wrong? And how to fix so that error won't appear all the time?
By the way emails sends out without problem, just error in logs.
Thanks in advance,
Armands