When using PHP’s mail function there is a common question, “Do I need to use CRLF (\r\n) or just a LF (\n) at the end of each line of the additional_headers parameter?” It turns out that if PHP is using postfix’s sendmail program to send email then the answer is you only need LF. […]