Forum Moderators: coopster
$body = "Hello,
thanks for subscribing....
Also, may I mention that our forum is pack full of information....
More words here.....
Thanks again!
Jon
";
This method will generate a text email with line breaks wherever I put them in the $body var. It is easier to work with than "\n" and works on both HTML and plain text mail readers.
Hope that helps.
Jon