If the email address is invalid for any recipient in the gel script generated email, then the email fails to send to any recipient (not even to the recipients with valid email addresses)
Steps to Reproduce:
<gel:script xmlns:core="jelly:core" xmlns:file="jelly:com.niku.union.gel.FileTagLibrary" xmlns:gel="jelly:com.niku.union.gel.GELTagLibrary" xmlns:soap="jelly:com.niku.union.gel.SOAPTagLibrary" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sql="jelly:sql" xmlns:util="jelly:util" xmlns:xog="http://www.niku.com/xog" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<core:set value="[email protected]" var="v_AssignorEmail"/>
<core:set value="PPM Administrator" var="v_AssignorName"/>
<gel:email from="${v_AssignorEmail}" fromName="${v_AssignorName}" to="some.one@example_test;[email protected]" subject="Test Email Validation">
<![CDATA[
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h3>
<b>
<P style="font-family:arial,helvetica,sans-serif;">Test Email</P></b>
</h3>
<b>Email validation not working </b> <br>
</body>
</html>
]]>
</gel:email>
</gel:script>
Expected Results: It is expected that email is sent to correct address even if another email is not valid
Actual Results: it is not sending an email to even valid email address.
Release : 16.1.0
DE67957, Fix in 16.1.1.
While we have fixed this defect, however we decided the fix would be behind a system option whose default value is 0. This means the expected behavior described in this defect can be achieved only after enabling the system option(along with the current fix in place). Whatever is the current behavior (reported as a defect) would still be the default behavior. If any customer wants this new behavior, they will have to turn ON the system option. PFB the necessary steps.