Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher
In directory james.mmbase.org:/tmp/cvs-serv5004
Modified Files:
NewsletterPublisher.java
Log Message:
CMSC-743, Newsletter: possibility to send a test email
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher
See also: http://www.mmbase.org/jira/browse/CMSC-743
Index: NewsletterPublisher.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/NewsletterPublisher.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- NewsletterPublisher.java 20 May 2008 09:49:52 -0000 1.27
+++ NewsletterPublisher.java 5 Jun 2008 02:43:19 -0000 1.28
@@ -112,7 +112,7 @@
message.setContent(multipart);
}
catch (MessagingException e) {
- e.printStackTrace();
+ log.error(e);
}
}
@@ -143,7 +143,7 @@
}
}
catch (MessagingException e) {
- e.printStackTrace();
+ log.error(e);
}
}
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs