Page 1 of 1
Campaings with two HTML content not being sent
Posted: Mon Jan 04, 2010 3:34 am
by ericchaves
Hi Folks,
I create a mailing with two HTML content, each one binded with a specific target. When I try to send mail for test accounts or for the administrator accounts, the module raises an error saying that there is no HTML content set. Am I doing something wrong?
Best regards,
Posted: Mon Jan 04, 2010 8:33 am
by pheelix
do you work with templates?
do you use dynamic tags? are they filled?
Posted: Mon Jan 04, 2010 3:10 pm
by ericchaves
Hi Pheelix,
In this case I wasn't using a template. What I did was
* Created a mailing for all subscribers of a certain mailing list
* Added a text content for all-targets
* Added two HTML contents, each one for a specific target
All the rest was pretty much the defaults to build a mailing.
Posted: Mon Jan 04, 2010 4:15 pm
by pheelix
how do you define html-contents?
can you show us the sourcecode of the HTML-Version (not your specific content)?
Posted: Mon Jan 04, 2010 5:30 pm
by ericchaves
In the "Content" tab, I clicked in the link "New content" of row "HTML -Version" which lead me to the screen where I can add the content.
I then added the following content:
Code: Select all
<img src="[agnONEPIXEL]"><a href='http://www.galeriegp.com/email_mkt/2009/outlet-premium/set_01/premium.htm'><img src='[agnIMAGE name="Masculino_ate_30.jpg"]' border='0'></a>
and selected the respective target group on the combo-box .
Did the same process for the second HTML content, but changed the SRC of the image.
I was expecting to have a single mailing that sends the message with a different image for each target group, when I got the error message. As a work-around I created two mailings, one for each target.
Posted: Mon Jan 04, 2010 8:05 pm
by pheelix
i never tried to work with target groups, but
have you added the html-skeleton somewhere?
like you click on mailing and 'show template' and add:
Code: Select all
<html>
<head></head>
<body>
[agnDYN name="HTML-Version"/]
</body>
</html>
and when you click on 'content' you see the 'HTML-Version' under 'Text module' in the table and your two defined contents for the target-groups in the target-groups column?
Posted: Mon Jan 04, 2010 8:10 pm
by ericchaves
To be honest, I haven't changed the default template (html-skelet) but in "Content" tab I can preview the message without problem.
I'll try it again from scratch and lets see what happen.