[TYPO3-dev] Problem with sendNotifyEmail in ext. loginbox_macmade

Brian Bendtsen nightowl at galnet.dk
Wed Dec 19 09:48:54 CET 2007


Hi

Im using the loginbox_macmade extension.

I have a small problem with the "forget password" mail function. The entire content is sent as the subject and nothing is shown in the mailbody.

Part of header from mail
---start---
Subject: =?iso-8859-1?Q?Modtagelse_af_adgangskode<br_/>brb,<br_/><br_/>Du_modtager_denne_mail_fra_t3std.mentor-it.dk_fordi_du_har_efterspurgt_din_adgangskode.<br_/><br_/>Dit_brugernavn_er:_brb<br_/>Din_adgangskode_er:_xxx<br_/><br_/>Log_ind_p=E5_f=F8lgende_adresse:<br_/>http://t3std.mentor-it.dk/index.php?id=3D10&no_cache=3D1<br_/><br_/>Med_venlig_hilsen,?=
---end---

This is the code that triggers the mail:

$this->cObj->sendNotifyEmail(
                        $mailMsg,
                        $username
                      . ' <'
                      . trim( $this->piVars[ 'email' ] )
                      . '>',
                        '',
                        $this->conf[ 'mailer.' ][ 'from' ],
                        $this->conf[ 'mailer.' ][ 'fromName' ],
                        $this->conf[ 'mailer.' ][ 'replyTo' ]
                    );

Any idea what the problem is?

/Brian




More information about the TYPO3-dev mailing list