In case of smtp transport and empty transportOptions it will cause an php error
Invalid argument supplied for foreach() in line
00212: foreach ($this->transportOptions as $option => $value)
I think you should add if ($this->transportOptions !== null) before it.
Original issue reported on code.google.com by tenz...@gmail.com on 17 Jan 2011 at 1:20
Original issue reported on code.google.com by
tenz...@gmail.com
on 17 Jan 2011 at 1:20