Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #39649 All Revisions ] Back to Issue ]
Summary 0039649: Cannot send mail using EmailEventManager
Revision 2018-11-20 10:40 by caristu
Description Cannot send mail using EmailEventManager.

A NPE is raised in EmailManager line 225 when executing: transport.sendMessage(message, message.getAllRecipients()); See stack trace:

Caused by: java.lang.NullPointerException
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1265)
    at org.openbravo.erpCommon.utility.poc.EmailManager.sendEmail(EmailManager.java:225)
    at org.openbravo.erpCommon.utility.poc.EmailManager.sendEmail(EmailManager.java:69)
    at org.openbravo.email.EmailEventManager.sendEmail(EmailEventManager.java:113)
    ... 51 more
Revision 2018-11-20 10:39 by caristu
Description Cannot send mail using EmailEventManager


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker