| 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
|
|
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
|
|
|
Moving to the Other Java APIs forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: java server mail
|
|
|