Campaings with two HTML content not being sent

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

ericchaves
Posts: 19
Joined: Thu Dec 31, 2009 7:44 pm

Campaings with two HTML content not being sent

Post 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,
pheelix
Posts: 101
Joined: Thu Nov 20, 2008 4:34 pm
Location: Dresden, Germany
Contact:

Post by pheelix »

do you work with templates?
do you use dynamic tags? are they filled?
ericchaves
Posts: 19
Joined: Thu Dec 31, 2009 7:44 pm

Post 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.
pheelix
Posts: 101
Joined: Thu Nov 20, 2008 4:34 pm
Location: Dresden, Germany
Contact:

Post by pheelix »

how do you define html-contents?

can you show us the sourcecode of the HTML-Version (not your specific content)?
ericchaves
Posts: 19
Joined: Thu Dec 31, 2009 7:44 pm

Post 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.
pheelix
Posts: 101
Joined: Thu Nov 20, 2008 4:34 pm
Location: Dresden, Germany
Contact:

Post 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?
ericchaves
Posts: 19
Joined: Thu Dec 31, 2009 7:44 pm

Post 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.
Post Reply