telling java to send an email

I want to use a dosubmit option but not to a web site, but to an email. is there a way that i make a script to have java send the information inputed to an email? if so what are some examples of codes that i can use?Thanks!!!
[239 byte] By [vulcan86a] at [2007-11-27 9:15:47]
# 1

> I want to use a dosubmit option but not to a web

> site, but to an email. is there a way that i make a

> script to have java send the information inputed to

> an email? if so what are some examples of codes that

> i can use?

>

>

> Thanks!!!

Using java to send emails, check Java Mail API

http://java.sun.com/products/javamail/

but you'll need an smtp server

Manuel Leiria

manuel.leiriaa at 2007-7-12 22:05:07 > top of Java-index,Java Essentials,Java Programming...