Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 2.6
-
None
Description
Emails can be CC'ed without defining a To recipient. In such case, ManifoldCF tries to run that line:
String[] toStr = new String[to.length];
which causes an error.