Hi - I am trying to send survey invitations emails via remotecontrol api.
Version 2.6.3-lts: Success.
Version 2.6.4-lts: Fail. Response: {"id":1,"result":{"101":{"name":"test","email":"test@gmail.com","status":"fail","error":"Message body empty"},"status":"0 left to send"},"error":null}
I have checked and Invitation email template is not empty.
On further investigation I realized a differnece in token_helper.php:
LHS: Version 2.6.4
RHS: Version 2.6.3
I changed Version 2.6.4 to match with Version 2.6.3 and emails invitation is now working. Please confirm if it is bug and any side effect of this change.