I'm making a plain text email, in the head I have:
<meta http-equiv="Content-Type" content="text/plain; charset=UTF-8">
I'm trying to line break content with
\n
Also with
\r\n
But nothing breaks the line.
Where am I going wrong?
I'm making a plain text email, in the head I have:
<meta http-equiv="Content-Type" content="text/plain; charset=UTF-8">
I'm trying to line break content with
\n
Also with
\r\n
But nothing breaks the line.
Where am I going wrong?
`, or `%0D%0A`? – user3483203 Feb 08 '18 at 16:53