Hi,
I am struggling with Bulkmail job. I am trying to send emails to subscriber. Design is applied to this contents.
I have two problems from design code.
There is a metadata called “logo.image”, and I am trying to print it within email. Code is below
<. img src="%asset_metadata_logo.image_asset_url%" > But it exports empty value. I tried %asset_metadata_logo.image%, <. MySource_PRINT var=“asset_metadata_logo.image” /> but no luck.
The second problem is
<. MySource_AREA id_name=“page_body” design_area=“body” />
Above prints out contents. But when it prints image, it prints like below
<. img title=“Shoes” alt=“Shoes” src="./?a=11111">
Please help me to figure out this issue.
Thanks in advance!