04-12-2010 04:54 PM
Action mailAction1 = this.actionService.createAction(MailActionExecuter.NAME);
mailAction1.setParameterValue(
MailActionExecuter.PARAM_SUBJECT , "Some questions");
mailAction1.setParameterValue(MailActionExecuter.PARAM_TO_MANY , recipients);
mailAction1.setParameterValue(MailActionExecuter.PARAM_FROM, "alfresco@alfresco.org");
mailAction1.setParameterValue(MailActionExecuter.PARAM_TEXT, "Your txt here ");
this.actionService.executeAction(mailAction1, null);
Userrova4 ERROR [action.executer.MailActionExecuter] Failed to se
nd email to mail@alfresco.org
org.springframework.mail.MailPreparationException: Could not prepare mail; neste
d exception is java.lang.NullPointerException
Caused by: java.lang.NullPointerException
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:557)
05-04-2010 09:04 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.