Link to home
Start Free TrialLog in
Avatar of nilambari
nilambari

asked on

Typo3 - Direct mail plaintext newsletter problem

Hello,

I am using Direct mail for sending html and text newsletters. My Newsletter
contains to 'Page content' elements, 1. simple text contents and 2. News
list from news page. In setup when i say

               CONTENT < styles.content.get

I can see complete contents(1 and 2) but including HTML code.
But when i say

              CONTENT < styles.content.get
              CONTENT.renderObj = < plugin.tx_directmail_pi1

I can see only text page contents(1) with nicely formated text. Can not see
contents from News list(2)
What could be the problem?
Avatar of Xyptilon2
Xyptilon2
Flag of China image

Perhaps if you look at the source of the email that is being received it will become clear what is wrong. Can you paste them here? The full EML of the email?
Avatar of nilambari
nilambari

ASKER

Hello,

The problem is solved.

In Tools>install>Edit files in typo3conf>localconf.php

in this file i added the configuration variable

   $TYPO3_CONF_VARS['EXTCONF']['direct_mail']['renderCType'][] =
'typo3conf/ext/list/res/class.tx_directmail_list_plaintext.php:tx_directmail_list_plaintext';


I hope this will help other users.
I'm not sure what this line does, but good that it is solved!
ASKER CERTIFIED SOLUTION
Avatar of ee_auto
ee_auto

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial