[Typo3-dev] Bug in direct mail

Kasper Skårhøj kasper at typo3.com
Wed Apr 28 08:59:56 CEST 2004


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.






More information about the TYPO3-dev mailing list