I am running a PHP script as a cron job. When the script starts, an email is generated. Unfortunately, even if it doesn’t output anything, the email is launched using:
Content-type: text/html
How can I get rid of this automatic generation Content-type: text/htmlthat starts an email?
source
share