Possible Bug: Mailing: only first block of content included
Posted: Tue Aug 22, 2006 1:19 pm
Hi,
I defined a dummy mailing with some text template like this
Now I added some content, first for "all subscribers" then a special block and then again something for "all subscribers".
But it seems like only the first block is evaluated, all following blocks never appear in any mailing (neither preview, test or real mailing). The mailing looks like this for all receivers:
Now if I re-order the blocks and put the special content in front, then all members of the corresponding target group get the first block but nothing else.
Content Blocks:
Mail for target group:
All other subscribers get the second block but nothing else:
Installed Version: AGNITAS OpenEMM 5.0 on SuSe linux 10.1
I defined a dummy mailing with some text template like this
Code: Select all
Test before
[agnDYN name="Text"/]
Test after
Code: Select all
All subscribers Before special content
Test = 1 Special content
All subscribers After special content
Code: Select all
Test before
Before special content
Test after
Content Blocks:
Code: Select all
Test = 1 Special content
All subscribers Before special content
All subscribers After special content
Code: Select all
Test before
Special content
Test after
Code: Select all
Test before
Before special content
Test after