I successfully set up the dynamic receivers functionality in powermail as per the docs
Now i wanted to add the dynamic email to the reply mail (something like “your contact is: [email protected]”).
My first instinct was to just put this into the reply:
<code>your contact is: {receivers1.email}
</code>
<code>your contact is: {receivers1.email}
</code>
your contact is: {receivers1.email}
But this does not work. How can this be done?