fuel/docs

Smtp timeout work parially

Closed this issue · 1 comments

http://fuelphp.com/forums/topics/view/6742

I'm not sure about PHP and it's stream handling, but smtp.php only apply for making connection, not for each stream read/write.

In result, when no reply on sending an email, it reached PHP timeout(default 30 sec.) so EmailSendingFailedException can't handle this situation.

This timeout must be caught by this exception.

I missed place to post. Sorry.