• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sending mails using Microsoft Exchange Server in Tomcat

 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

I am going to build a book sale website using jsp,which should invole this functionality--sending mails with information of orders to customers.

What I have now are :
1,full access to a Microsoft Exchange Server which is used in our company now; 2,Tomcat installed.

I am new to javamail.Can anybody suggest the way to achieve this?Please afford me some steps to follow,which I should learn first,what is next and so on.


Thanks very much!
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first thing I'd recommend is to develop it initially against dumbster or something simmilar. That way you can find your feet with JavaMail without having to understand all the possible network and configuration issues you can get connecting to a remote SMTP server.

The FAQs are worth a read too.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic