[TYPO3-german] Notify-Mail aus backend-Module?

Ralf Reinecke ralf at jazzcon.de
Wed Nov 14 00:12:06 CET 2007


Hallo,

ist es möglich, eine NotifyEmail aus dem Backend zu versenden?
Ich habe es versucht mit:

$cObj = t3lib_div::makeInstance("tslib_cObj");		
     return $cObj->sendNotifyEmail($msg, $recipients, $cc, $email_from, 
$email_fromName, $replyTo);


und kriege gleich eine Fehlermeldung:

Fatal error: Call to a member function plainMailEncoded() on a 
non-object in 
C:\Programme\TYPO3_4.1.2\htdocs\Testsite\typo3\sysext\cms\tslib\class.tslib_content.php 
on line 5862

was wohl mit einem ungültigen cObj zu haben könnte (kann man das irgendw 
wie debuggen?).

Kriege ich irgendwie anders Zugriff auf das cObj?

Ralf


More information about the TYPO3-german mailing list