You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2017/08/14 22:30:00 UTC

[jira] [Resolved] (CONNECTORS-1412) Email Job Fails if To Recipient is Not Specified

     [ https://issues.apache.org/jira/browse/CONNECTORS-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-1412.
-------------------------------------
    Resolution: Fixed

> 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.4.14#64029)