This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Other JSE/JEE APIs and the fly likes java server mail Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "java server mail" Watch "java server mail" New topic
Author

java server mail

tny shariff
Greenhorn

Joined: Sep 18, 2004
Posts: 7
hi there..i've develop a system using jsp for scripting, for server and client side server i used tomcat and mysql for database.My system is web based application but i want it to run on intranet only.In order to send mail or reminder to user, can i use java mail server?if can,please explain how.thanks in advance.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12265
    
    1
Take a look at the Apache James mail server project. You should be able to configure it so it is only visible inside your Intranet.
Bill


Java Resources at www.wbrogden.com
Dirk Schreckmann
Sheriff

Joined: Dec 10, 2001
Posts: 7023
Welcome to JavaRanch, tny shariff!

In a testing environment, I've used Java Email Server (JES) to handle light traffic.

can i use java mail server?if can,please explain how.

How to do what exactly? How to configure the email server? How to send an email with the JavaMail API?

If you're curious about how to send an email with the JavaMail API, I'd suggest moseying on over to the Other Java APIs forum, where you could ask a question, and you might have some luck by trying a quick search on that forum for the keyword "javamail". Note that the search page link is at the top right of this page, and most every page in the Saloon.

If you're curious about configuring a particular email server, then perhaps the Other Open Source Projects forum would be a good place to ask a question, if it's to do with an open source email server.
[ September 18, 2004: Message edited by: Dirk Schreckmann ]

[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

Moving to the Other Java APIs forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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: java server mail
 
Similar Threads
Regarding mail server and workflow engine
accessing classes to make system calls as a certain user(ie not apache) on solaris
Is it possible, More than one tomcat running in the one system?
how to implement e-mail sever using java/jsp/struts?
Sample Java Mail program