I send an automatic email to users after they have completed a form. Recently though, the e-mail is being block by some spam filters with the following error:
----- Transcript of session follows -----
.. while talking to gw1.security.comendo.com
>>> DATA
<<< 552 5.6.0 Body line too long (see RFC2822 section 3.5)
I have been told that the error might be in the break lines of my script which look like that:
You will need to break the line with \r\n. Even though you're using <br> that doesn't break the line as the line is interpreted as text. By using \r\n you are sending the command to break the line.