I'm not sure what you are doing. I use '%0A' for html mailto links.
Here is an example of some sql I use to build them:CONCAT_WS('','<a href=\"mailto:',t1.email,'?Subject=',t1.name_first,' ',t1.name_last,'&Body=%0A%0ASincerely,%0A" . $fullname . "%0A \">',t1.email,'</a>') as email
// Brad On Nov 23, 2009, at 10:14 AM, Susan Day wrote:
Hi;How do I write line breaks in a message? I've tried the standard \n but they're ignored.TIA, Suzie