in my PHP scripts, i am using PHP's mail function to send mail.
The problem is that sometime these scripts sends mail immediately but sometime it takes 4-5 minutes to send mail from these script.
i am usinng "sendmail" service .
Please tell me is this problem related to sendmail service or any thing else.
I dont have much experince with sendmail service.
If possibe please tell me how this php's mail() function interact with sendmail service ?
Thank in advance