[TYPO3-commerce] Too many messages after completing order

Karsten Dambekalns karsten at typo3.org
Tue Sep 4 22:31:26 CEST 2007


Hi.

Ingo Schmitt wrote:
>> It appears that $this->userMailOK and $this->adminMailOK are both 
>> empty, when I guess they should be TRUE at this point.
>>
> 
> They should be true, if the emailadresses you have used are valid.
> Could you set $this->debug to true (line 81) and check your output?

I checked and they are both NULL, because this is what is returned by 
sendUserMail() and sendAdminMail(). They both do
  return t3lib_div::plainMailEncoded(....)

And that is simply NULL in both cases here. Because plainMailEncoded 
simple has no return value.

Regards,
Karsten


More information about the TYPO3-project-commerce mailing list