Skip to main content
Known Participant
November 23, 2010
Question

Exist way to convert page.jsp or page.cfm, (and server side code) to code lines, and append in javam

  • November 23, 2010
  • 1 reply
  • 447 views

Exist way to convert page.jsp or page.cfm, (and server side code) to code lines, and append in javamail or cfmail to send this page as embedded to body of email but not attachched??

This topic has been closed for replies.

1 reply

Participating Frequently
November 23, 2010

Using what ever programming language you are comfortable with, you would read the file line by line and append the text into the email body. You could do this with any server side scripting language.