[TYPO3-dev] Powermail hook file attachment

Bernd Wilke t3ng at pi-phi.tk
Fri Mar 18 08:22:41 CET 2011


On 03/17/2011 05:43 PM, David ARNOULT - Edition & Internet Operations wrote:

> require_once(PATH_t3lib.'class.t3lib_htmlmail.php');

using the old mail-interface for attachments with a new TYPO3 (4.5) in 
default-configuration will result in invalid multipart-messages as the 
new mailservice will decode and incorrectly encode your mail 
(multipart/alternative instead of multipart/mixed).

Workaround:
in installtool-configuration disable new mailing:
$TYPO3_CONF_VARS['MAIL']['substituteOldMailAPI'] = '0';

bernd




More information about the TYPO3-dev mailing list