• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to test a mail application in standalone system

 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
i have a site developed in JSP+mysql.
i am using javamail API for sending automatic mails.
i am using Tomcat4.1 as server and mysql4.0 as database server.
all does in my standalone PC.site dont hosted in internet.
how can i test my email application from my standalone PC?.there is an internet connection.can i run any SMTP server in my computer and test email app?.
if so ,plz giv me the link to download the SMTP server software.
anybody experienced,plz help.
thx in advance
 
Sheriff
Posts: 67753
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since this is primarily about setting up an SMTP server and not JSP per se, I'm moving this along to the General Computing forum.
bear
[ December 22, 2003: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Free+SMTP+Server
That is a good list for Free SMTP servers. Depending on your OS of course...
Windows comes with an SMTP server that you can install manually from the CD. If you are running Linux, there is sendmail as well as some others.
 
Look ma! I'm selling my stuff!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic