Click to See Complete Forum and Search --> : Can Java send email? Should I use Java?


akay
10-02-2006, 08:45 AM
So I am trying to write an application where:

1) a Web page opens up (using HttpURLConnection class), prompting an automatic download

2) an email is sent confirming that the code was executed correctly


I don't know whether to program an HTML page, using JAVA to send the confirmation email (if it can indeed do that) or if I'm better off using an ASP coded webpage to confirm the download.

Any ideas? I'm new to this kind of programming so all advice is welcome!

chazzy
10-02-2006, 01:39 PM
either java/html or asp/html will work. depends on which you are more familiar with or want to learn more.