• 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

Mail Server

 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai All,
How do I test Mail Programs thru tomcat server....... Pls get me the detailed steps involved in it..
Regards
Roshini
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Assuming that u r writing a servlet for mailing.. to test it u need to install a mail server like mdaemon too.. after that u've to configure it create some mail account on that.. i don't think that there is ne new configuration u've to do in tomcat.. just specify the mailhost as ur mailserver machine name and place the servlet in proper location..
Pranit..

Originally posted by roshini sridhar:
Hai All,
How do I test Mail Programs thru tomcat server....... Pls get me the detailed steps involved in it..
Regards
Roshini


 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
'Mail programs' is a bit too broad.

What specifically do you mean?
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am also trying to look into a mail server. I am using JavaMail API. But havent been able to connect to any smtp server to send a test message. Though I am able to send message through my ISP provider. I specify my ISP's smtp server in the servlet and i am able to send the mail. but havent been able to configure any other smtp. if anybody got any experience or idea about configuring a smtp server for windows.
it will be a great help...
thanks
arpit
reply
    Bookmark Topic Watch Topic
  • New Topic