I’m trying to use“include into”to send an email as mentioned in the manual. Everything works fine, except the email is raw HTML code. What’s the trick to get it looking like a normal email?
If you are getting raw HTML code as a result of "include into", you are including an HTML file! Try including a file which is just the plain text you want in the email, using <% %> blocks to insert the dynamic text.
Be aware that the email protocol expects Unix line endings, which is line feed ( char(10) ).
Regards,
Aparajita Victory-Heart Productions [EMAIL PROTECTED] www.aparajitaworld.com
"If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoylibrary.com
