[TYPO3-german] t3lib_htmlmail, Absender ist falsch

Johnny Smith johnny.smith at online.de
Thu Sep 21 16:44:40 CEST 2006


Hallo,

ich verwende den T3 Mailer in meiner Extension. Die Mails werden auch 
ordnungsgemäß verschickt, nur im Mail-Header steht als Absender: Apache 
[apache at anbieter.etc-service.de]

Es sind alle $conf gesetzt also daran kanns nicht liegen.

Hat jemand ein Rat?

Gruß Johnny

require_once (PATH_t3lib.'class.t3lib_htmlmail.php');
   $mailer =t3lib_div::makeInstance("t3lib_htmlmail");
   $mailer->start();
   $mailer->from_email = $conf['emailAddress'];
   $mailer->from_name = $conf['fromName'];
   $mailer->replyto_email = $conf['emailReplyAddress'];
   $mailer->replyto_name = $conf['replyToName'];
   $mailer->organisation = $conf['organisation'];





More information about the TYPO3-german mailing list