CNW asked:
I want to right a program that sends an email when I logon, and then checks my email to see if I recieved a Mailer Daemon Failure notice, Im completely new to Java, (This would be my first program) and wanted to know what tips/advice you could offer.
Also am i taking on something thats to hard? Or is this relatively easy.. I have the aid of 2 programming books with me.
Related posts:
- *****JAVA PROGRAMMING****? samk asked: Someone please please help me, here are instructions,...
- JAVA programming? Eidref V asked: Write a java program that displays the...
- What is the best book to learn java programming? Kevlar asked: What is the best book to learn java...
- Java Programming? Metaferia asked: Hi, i would like to learn Java programming...
- How to score good grade in Java programming? asked: I’m in my final year and really struggling...
{ 1 comment }
This isn’t terribly complicated, however I would not give this task to somebody who is completely new to Java.
E-mail support is not built-in in Java Runtime library. You’ll have to download Java Mail library from SUN web site and include it into your application.
If you still decide to pursue this path, the following article offers few short working examples of programs that demonstrate how to work with e-mail in Java: