You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tenz...@gmail.com
on 17 Jan 2011 at 1:20The text was updated successfully, but these errors were encountered: