email component and special chars

2010-08-31 Thread euromark
i just stumpled on that after checking the error logs seems it only happens occasionally if a username contains some char like @ [ etc the email will not be send to $username $email it aborts without any error at all is this from smtp protocol? or does the component do that? what chars are

Re: email component and special chars

2010-08-31 Thread euromark
like $this-Email-to = $username . '' . $email ''; i thought i can put whatever i want in $username here and it works in outlook etc. the email gets through only the email component aborts... maybe a bug? On 1 Sep., 00:05, euromark dereurom...@googlemail.com wrote: i just stumpled on that after

Re: email component and special chars

2010-08-31 Thread euromark
like $this-Email-to = $username .'' . $email .''; works with outlook smtp etc but the email component aborts with any non a-z chars... maybe a bug? On 1 Sep., 00:05, euromark dereurom...@googlemail.com wrote: i just stumpled on that after checking the error logs seems it only happens