CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: email

  1. #1
    Join Date
    Nov 1999
    Location
    Copenhagen, Denmark
    Posts
    265

    email

    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
    [email protected]



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





    Best regards,
    S. Bro

    "I would be happy to deal with my problems one at the time if they would only line up!"
    -Paul Cilwa, "Borland C++ Insider".

    Other useful fora some of which I ruthlessly clipboarded from other peoples footers.

    MSDN: http://search.microsoft.com/us/dev/default.asp
    WIN 32 Assembler: http://board.win32asmcommunity.net/
    RDBMS: http://www.dbforums.com
    Robert's Perl Tutorial: http://www.sthomas.net/roberts-perl-tutorial.htm
    Merriam-Webster Online: http://www.m-w.com/home.htm
    Writing Unmaintainable Code: http://mindprod.com/unmain.html

  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: email

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured