Posted By:
Anonymous
Posted On:
Friday, April 19, 2002 05:27 AM
Forums > JavaMail > Answer
HOME
FAQS
FORUMS
ARTICLES
PEERSCOPE
LEARN
NEWS
Search
Answer Message
How can i send an Email from my jsp page in an html format
Topic: JavaMail
phil con, Apr 1, 2002
How can i send an email message from my jsp page with html content as the subject.i have an jsp page with on line application form,after filling the validation if i click the submit button,the person who's supposed to receive the mail receives the message as in the same format while the user filling the form.if i use javascript mail feature it just sends the mail with all the values as strings but the client want to see the mail as in the same format while filling the data.is there any possibility for that,pl help me to solve this.the fallowing is the code i am using right now.
<%@ page import="java.sql.*, java.io.*, javax.servlet.*, javax.servlet.http.*" %> <%@ page import="java.util.*,javax.sql.*,com.ibm.ejs.dbm.jdbcext.*, javax.naming.*" %> <%@ page isErrorPage = "false" errorPage = "errorPage.jsp" %> <%@ include file="styleJavascript.inc" %>
Minority Dealer