Click to See Complete Forum and Search --> : email


sbrothy
May 3rd, 2000, 09:33 AM
Greetings from sunny Denmark!

I'm sorry if my question seems vaque but I'm totally new to Java:

How would I go about sending an email using Java?
Does Java have classes for this? Could you direct me to any information on this subject? I (think) I need to write a servlet which will do this for me. (I'm developing for the WAP platform and WML and WMLScript doesn't seem to have any build-in features for doing that.)


Respectfully,
S. Bro
sbrothy@hotmail.com



/* I would be happy to deal with my problems one at the time if they would only line up! */

kib63613
May 3rd, 2000, 07:32 PM
I have some article about sending email in Java in my web site,
http://www.geocities.com/kib63613/ . In the material article,
there are some articles about email relative to the JavaMail,
which can be download in the web site , http://java.sun.com/ .
Or you may reference the book, Java Server Programming
by wrox. It also mentions something about sending email
via JavaMail.
good luck,
Alfred Wu