• 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

Java Mail Question

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

I am making a web application which sends
e-mails, for that i am using java mail api and JSP. but for that i need smtp server, is there any SMTP server available for download. Also is there any server which supports both JSP as well as SMTP(like IIS supports both ASP and SMTP).
Thanks in advance
saddysan
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Run a search on SourceForge for SMTP. I am sure you will find numerous free implementations to choose from.
To answer your other question, no I am not aware of Web Container that also provides SMTP Services but there are so many Web Containers I definitely would not be surprised to find one.
[ October 17, 2002: Message edited by: Chris Mathews ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic