Incoming email gets forwarded to a little php script I wrote.
Problem is, if there's any fatal errors in the script, or if I even set the file permissions wrong on the script, a mail delivery failure email gets sent to the sender of the email - even though their original email got through to me just fine.
I don't want to confuse the senders, and I also don't like the location of my script being visible in that mail delivery failure email.
Can this failure email be sent to me instead? Or at least, not be sent at all?
Thanks