Two Laptop Bag
The moose likes Sockets and Internet Protocols and the fly likes Networking - Mail Sending programme Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Networking - Mail Sending programme" Watch "Networking - Mail Sending programme" New topic
Author

Networking - Mail Sending programme

Master Rice
Greenhorn

Joined: Aug 05, 2001
Posts: 8
Hi,
I have a program which reads in a web page and parses the HTML... I need the program to send an email to myself upon finding a specific string in the HTML..
Can anybody tell me how to do this please, or point me in the right direction at least...
Thanks,
Neil
Kjell Wilhelmsen
Greenhorn

Joined: Sep 10, 2001
Posts: 3
Check out the JavaMail API at http://java.sun.com
hard coder
Greenhorn

Joined: Sep 21, 2001
Posts: 5
hi there
we recently developed a mail program that can receive mail, filter mail messages and use an smtp relay to forward it.
reply to this post or get in touch at lyra@vsnl.in
and we may be able to customize it for your options.
thanks.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Networking - Mail Sending programme
 
Similar Threads
calculator program in jsp
building an html file dynamically and sending it as an attachment
building an html file dynamically and sending it as an attachment
requesting a web page through httpclient
How to get put a JPanel into a webpage