I am using Argo Mail server but i not really know how to configue the server, its there other mail server hat is easy to configure?
this is the mailproperties -->
#########################################
# CSMailForm Properties #
# Coolservlets.com #
# #
# You should edit this file to match #
# your desired settings. Items in the #
# required section must be changed. The #
# optional section can be left alone. #
#########################################
######################
## REQUIRED SECTION ##
# The name of your mailserver
# ie, youHost.com
smtpServer=gsim31001
# The port number your mail server listents to.
# This is usually 25
smtpPort=25
# This should the host name where the servlet
# is housed. ie,
validHostName=
displayProperties=no
----------------------------------------
this is my form-->
<HTML>
<HEAD>
<TITLE>
test7
</TITLE>
</HEAD>
<BODY>
<form name="CSMailForm" action="servlet/CSMailForm" method=post>
<input name="toName" type="hidden" value="hi">
<input name="toEmail" type="hidden" value="testing@yahoo.com">
<input name="subject" size=60 type="text" value="The Subject">
<textarea rows=5 cols=50 name="message" size=60 type="text">Your message goes here.</textarea>
<input type="submit" value="Send Email">
</form>
</BODY>
</HTML>
--------------------
I followed the rest of the steps according to the coolservlet installation.
Thanks for your time!!