| Author |
Send mail from HTML
|
Comal Rajagopalaratnam Muthukumar
Ranch Hand
Joined: Mar 18, 2012
Posts: 44
|
|
Hello Coleagues
Please help me to club this email.html with that of a java program shown below the html file
thus making it easier to send emails via html instead of through a program in java whose javax.mail.*;
javax.internet.*;(are unable to get easily/canbe totally unused) .Is it possible
if so make the html work to forard email.
Thanking You
As
CRMK
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26216
|
|
|
I don't follow. What problem are you having?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Comal Rajagopalaratnam Muthukumar
Ranch Hand
Joined: Mar 18, 2012
Posts: 44
|
|
Jeanne Boyarsky wrote:I don't follow. What problem are you having?
Hello
Will it be possible to make an Html file or rather an XML file by way of embedding
the recuirements of the elements shown in java application program thus essenciating the
the elements to send an email through XML file-use ..Plese note that unlike HTML ,which focussses
,XML focuson describing data Using XML you can represent the information in fomat that is easy
to understunderstand. XML uses set of standards recommended by WorldWideWebConsortium.(W3C)
Thanks
CRMK
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26216
|
|
|
No. You can't replace Java with HTML. You need the Java program (or some other language) to send email. You could use a mail to link and have the user's built in mail program send the mail for you though.
|
 |
 |
|
|
subject: Send mail from HTML
|
|
|