[Typo3-dev] Bug in direct mail

Jan-Erik Revsbech jer at moccompany.com
Wed Apr 28 09:27:14 CEST 2004


Why dont we say that I maintain this extension in CVS then? That would be
fine with me.

/Jan-Erik

----- Original Message ----- 
From: "Kasper Skårhøj" <kasper at typo3.com>
To: "List for Core-/Extension development" <typo3-dev at lists.netfielders.de>
Sent: Wednesday, April 28, 2004 8:59 AM
Subject: Re: [Typo3-dev] Bug in direct mail


> We need someone to maintain "direct_mail" extension in CVS. Lets say
> that this will get fixed by them.
>
> [Read: General invitation to the community to take part in the
> development!]
>
> - kasper
>
>
> On Tue, 2004-04-27 at 23:12, Jan-Erik Revsbech wrote:
> > I found a small bug in the direct_mail extension. When wanting to send a
> > single testemail the name of the field where you enter the email you
want to
> > send to is called SET["test_email"]. but the script expect the
mailadress in
> > the variable email
> >
> > This should fix it:
> >
> > Change this line (around line 1460) in mod/class.mod_web_dmail.php
> >
> > $msg.= '<input'.$GLOBALS["TBE_TEMPLATE"]->formWidth().' type="Text"
> > name="SET[test_email]"
> >
value="'.$GLOBALS["SOBE"]->MOD_SETTINGS["dmail_test_email"].'"><BR><BR>';
> >
> > to
> >
> > $msg.= '<input'.$GLOBALS["TBE_TEMPLATE"]->formWidth().' type="Text"
> > name="email"
> >
value="'.$GLOBALS["SOBE"]->MOD_SETTINGS["dmail_test_email"].'"><BR><BR>';
> >
> > I will post this to bugs.typo3.org as well
> >
> > /Jan-Erik
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Typo3-dev mailing list
> > Typo3-dev at lists.netfielders.de
> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
> -- 
> Best regards
>
> - kasper
>
> --------------------
> It's not a bug, it's a missing feature.
>
>
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
>






More information about the TYPO3-dev mailing list