Hi all,
I'm calling mail() in a loop, and it seems to be waiting for a response from Sendmail before continuing to execute my script: I don't want it to do this.
I can't find a way of configuring Sendmail (or postfix to be more accurate) to immediately send back an "okay", even if it's having trouble with the mail.
Is there a way I can make PHP immediately carry on without waiting?
Thanks in advance.