Lukas: E-Mail-Formatierung mittels CSS (powermail - Typo3 Extension)

Beitrag lesen

Was kommt in ###POWERMAIL_EMAILRECIPIENT_RTE### daher?

###POWERMAIL_ALL### (wobei ###..._ALL### folgendes beinhaltet:

Powermail HTML Template if you want to use the marker ###POWERMAIL_ALL##, this HTML template wraps each line of it

--- MARKERS INSIDE SUBPARTS ---  
Label of current field:								###POWERMAIL\_LABEL###  
Value of current field:								###POWERMAIL\_VALUE###  
  
--- GENERAL MARKERS --  
Displaying any value from pi1/locallang.xml:		###POWERMAIL\_LOCALLANG\_YOURFIELD### (Could be filled via locallang.xml or typoscript - see manual for details)  
Displaying any value from typoscript:				###POWERMAIL\_TYPOSCRIPT\_YOURFIELD### (Could be filled via typoscript - see manual for details)  

<!-- ###POWERMAIL_ALL### begin -->
<table>
<!-- ###CONTENT### --><!-- ###ITEM### -->
<tr>
<td valign="top"><b>###POWERMAIL_LABEL###</b></td>
<td valign="top">###POWERMAIL_VALUE###</td>
</tr>
<!-- ###ITEM### --><!-- ###CONTENT### -->
</table>
<!-- ###POWERMAIL_ALL### end -->

... oder p-Elemente mit der Klasse "bodytext" die durch eine Regel mit höherer Spezifität aus dem Default-Stylesheet überschrieben werden?

Im Quelltext des Mails erhielten zu Beginn (ich habe Powermail_all leicht abgeändert) alle "tr" und "td" die class="bodytext"!