Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher
In directory james.mmbase.org:/tmp/cvs-serv3462

Modified Files:
        NewsletterPublisher.java 
Log Message:
CMSC-906,sending a test email does not work


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-906


Index: NewsletterPublisher.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/NewsletterPublisher.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- NewsletterPublisher.java    31 Jul 2008 10:56:31 -0000      1.32
+++ NewsletterPublisher.java    19 Sep 2008 10:27:43 -0000      1.33
@@ -253,13 +253,14 @@
          properties.putAll(session.getProperties());
 
 
-
+/*
          session = Session.getInstance(properties,
                new javax.mail.Authenticator() {
                   protected PasswordAuthentication getPasswordAuthentication() 
{
                      return new PasswordAuthentication("[EMAIL PROTECTED]", 
"lgs9000");
                   }
                });
+               */
       }
       catch (NamingException e) {
          log.fatal("Configured dataSource '" + datasource + "' of context '" + 
context + "' is not a Session ");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to