Hi all,
i'm having problem to display "\r\n" or "\n" properly in the content of
email
here's my autoreply transport
--------------------------------------------
autoreply:
debug_print = "T: autoreply for [EMAIL PROTECTED]"
driver = autoreply
to = ${sender_address}
from = "[EMAIL PROTECTED]"
subject = Re: $h_subject:
text = ${lookup mysql { \
SELECT autoreply_txt \
FROM USER_TABLE \
WHERE id='${quote_mysql:[EMAIL PROTECTED]:$domain}' \
}{$value}}
since "autoreply_txt" is fetched from a HTML form then store the line break
in Database as "\r\n",
it shows up as "line1\r\n\line2\r\n ..."
is there any way to turn these escape characters into line breaks?
Please help.
Thanks in advance.
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/