I just noticed a change in behavior in the CFMAIL tag with v2.0. Previously, if the cc or bcc fields were empty, they would be ignored. Now, an empty cc or bcc field throws the following error:
column 1 detail CFMAIL Serious Error: java.lang.Exception: invalid CC field errorcode errorCode.runtimeError extendedinfo [empty string] line 3 message General Runtime Error In the case I found, the "cc" recipient had been optional but the application did not check to see whether the field was a valid e-mail address. The previous behavior would send the message to the primary recipient even if the cc or bcc field contained an invalid string. I think it makes sense as it is now so I'm just noting the change in behavior. Thanks, Juan Aguilar -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
