|
From: S C. <sl...@us...> - 2008-03-04 20:17:15
|
Update of /cvsroot/strandmapservic/nsdl-client-project/web/bubble In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15861/web/bubble Modified Files: mail.jsp Log Message: change mail server to localhost Index: mail.jsp =================================================================== RCS file: /cvsroot/strandmapservic/nsdl-client-project/web/bubble/mail.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mail.jsp 29 Feb 2008 23:29:06 -0000 1.1 --- mail.jsp 4 Mar 2008 20:17:12 -0000 1.2 *************** *** 19,23 **** try{ ! SmtpClient client = new SmtpClient("mail.nsdl.ucar.edu"); client.from(from); client.to(to); --- 19,23 ---- try{ ! SmtpClient client = new SmtpClient("localhost"); client.from(from); client.to(to); |