Hello Norbu
Sorry we took a little longer. We have just got the Javamail API and coded the sendmail java code. We are not sure what should be the SMTP address for Jupiter server. Our domain is
www.trackonweb.net and the subdomain for which we are coding sendmail is the "vote" .
The section of your code in which the smtp address is required is cut and pasted below.
code:
-------------------------------------------------
// get the Session Session mailSession; Properties properties = new Properties(); properties.put("mail.smtp.host", smtpHost); mailSession = Session.getInstance(properties); mailSession.setDebug(false);
--------------------------------------------------
Can u pl clarify what is the smtpHost address?
Would appreciate feedback.