I am running a PHP script as a cron job. An email is fired iff the script generates an output. Unfortunately, even if it does not output anything, an email is fired with:
Content-type: text/html
How can I get rid of this automatic Content-type: text/html
generation triggering an email?
No comments:
Post a Comment