Furkan KAMACI created CONNECTORS-1412:
-----------------------------------------
Summary: Email Job Fails if To Recipient is Not Specified
Key: CONNECTORS-1412
URL: https://issues.apache.org/jira/browse/CONNECTORS-1412
Project: ManifoldCF
Issue Type: Bug
Components: Email connector
Affects Versions: ManifoldCF 2.6
Reporter: Furkan KAMACI
Assignee: Furkan KAMACI
Fix For: ManifoldCF 2.8
Attachments: CONNECTORS-1412.patch
Emails can be CC'ed without defining a To recipient. In such case, ManifoldCF
tries to run that line:
{code:java}
String[] toStr = new String[to.length];
{code}
which causes an error.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)