Skip to content

Commit

Permalink
fix: no-reply email no recipient error due to emailadres xpath lookin…
Browse files Browse the repository at this point in the history
…g in the wrong section when EHerkenning is used
  • Loading branch information
MLenterman committed Jun 20, 2024
1 parent a9c69c0 commit 105c7b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<Param name="subject" xpathExpression="/mailTemplates/subject" />
<Param name="fromName" value="${openforms2bpel.noreply-smtp.default-from-name}" />
<Param name="fromAddress" value="${openforms2bpel.noreply-smtp.default-from-address}" />
<Param name="mailaddresses" sessionKey="originalMessage" xpathExpression="//*[starts-with(name(), 'contactgegevens')]/*[starts-with(name(), 'eMailadres')]" />
<Param name="mailaddresses" sessionKey="originalMessage" xpathExpression="//*[starts-with(name(), 'contactgegevens') or starts-with(name(), 'communicatie')]/*[starts-with(name(), 'eMailadres')]" />
<Param name="messageType" xpathExpression="/mailTemplates/messageType" />
<Param name="message" xpathExpression="/mailTemplates/message" />
</XsltPipe>
Expand Down

0 comments on commit 105c7b4

Please sign in to comment.