Welcome Guest, Not a member yet? Register   Sign In
email class and smtp
#2

[eluser]bretticus[/eluser]
Line 1818, is code that loops through the smtp server responses. When you use the standard settings, I suspect that CI just hands the mail off to intrinsic PHP mail() function. It's using fgets to read each line from an fsockopen function call. That function is called with a 5 second timeout default setting, and with the error line coming on 1818, it would appear that the connection doesn't timeout, but your system cannot read from the handle that fsockopen returns. What you really need is a debugger for this problem. Google xampp debugger.

Also, not sure, because the socket seems to be open, but make sure that you have openssl.dll in xampp's php.ini (according to xampp's website it appears that OpenSSL comes with xammp standard.)

Good luck!


Messages In This Thread
email class and smtp - by El Forum - 11-14-2009, 07:42 AM
email class and smtp - by El Forum - 11-14-2009, 11:52 AM
email class and smtp - by El Forum - 11-14-2009, 06:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB