Email Body
Posted by Tushar Abhyankar on
URL: http://ofbiz.116.s1.nabble.com/Email-Body-tp143089.html
Hi All,
I am trying to set up content in the an email, I am using the
screens to setup the email body
<label style="salutation" text="Dear ${firstName}" but I am not getting the
salutation displayed in the generated mail,
here is a code snippet
<widgets>
<decorator-screen name="nwsltrDecorator">
<decorator-section name="body">
<container><label style="salutation" text="Dear
${firsrName}"/></container>
</decorator-section>
</decorator-screen>
</widget>
has anyone worked on it before? Could anyone suggest where I am going
wrong?
Thanks in advance..