Hi,
I'm using the "mail()" function in my script.
the arguments of this function are
mail($to,$subject,$message,$header);
I used this function on unix ,it also gave the correct result ,now I'm using this function on the windows.
it send the mail when there r no cc or bcc fields, but whenever these fileds r there in the script,then it gives the error.
the error message is
"FATAL: emalloc(): Unable to allocate -15049020 bytes ".
How should i overcome this problem .
thanks
Mush