Java programming?
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.
Public Comments
- 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. http://java.sun.com/products/javamail/ 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: http://www.vipan.com/htdocs/javamail.html
Powered by Yahoo! Answers