Could not connect to SMTP host: localhost, port: 25?
问题 am using liferay 6 and created one custom class..i want to create mail notification function...I have written following code in my class private void SendEmail(NotificationObject pNotificatonObj, String[] pReciepientAddresses) throws MessagingException { log.info("In SendMail"); Properties props = new Properties(); props.put("mail.debug", "true"); props.put("mail.smtp.socketFactory.fallback", "false"); Session session = Session.getInstance(props); Message msg = new MimeMessage(session);