Hi everyone,
I got a problem. I hope someone can help me out.
I am using jrun: senmail to send email. And use <%@ include file = "/data/message.txt" %> to include the message:
<jrun:sendmail
host="host"
sender="me@yahoo.com"
recipient="recipient@yahoo.com"
subject="Welcome email" >
<%@ include file = "/data/Welcome_email.txt" %>
</jrun:sendmail>
The problem is that when the people receive the email, the message is unformat. It doesn't look like the way when it is in the text file. It is totally unformat, only one paragraph.
I want people receive the message with the same format as it is in text file. Is there a way to do it?
Thanks for any help!!!
I got a problem. I hope someone can help me out.
I am using jrun: senmail to send email. And use <%@ include file = "/data/message.txt" %> to include the message:
<jrun:sendmail
host="host"
sender="me@yahoo.com"
recipient="recipient@yahoo.com"
subject="Welcome email" >
<%@ include file = "/data/Welcome_email.txt" %>
</jrun:sendmail>
The problem is that when the people receive the email, the message is unformat. It doesn't look like the way when it is in the text file. It is totally unformat, only one paragraph.
I want people receive the message with the same format as it is in text file. Is there a way to do it?
Thanks for any help!!!