posted 21 years ago
In order to send mail, you will need acces to an SMTP server. To receive, you need a POP or IMAP server. Tomcat can serve as neither of these.
What you can do is to have your web app send mail through the SMTP server, or retrieve mail from the POP/IMAP server, using the JavaMail API.
hth,
bear