fuel / docs

Fuel PHP Framework - Fuel v1.x documentation
http://fuelphp.com/docs
Other
168 stars 234 forks source link

Smtp timeout work parially #289

Closed HiroKws closed 12 years ago

HiroKws commented 12 years ago

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.

HiroKws commented 12 years ago

I missed place to post. Sorry.