On 6/3/07, till klimpong@gmail.com wrote:
On 6/3/07, Brett Patterson brett@bpatterson.net wrote:
Till:
The resource ID is just an open connection to the SMTP server that's set up. The resource is just a PHP resource object that correlates to the SMTP server.
Sure, but why is the resource id used in the authentication part? Or am I reading the log wrong?
So it would seem that it's connecting. Have you tried turning the error_level up to 8 to see what's spit out?
I am on 8 all the time.
logs/errors hasn't had anything for days logs/console lists what i put on the pastebin (and nothing but that) logs/sendmail is not created, even though I enabled it - I am thinking it dies before
I resolved 2. I am not sure where the error was, I worked through sendmail.inc and changed the code format everywhere, added brackets (curley and round) and did stuff like if ($foo === false) instead of if (!$foo) and so on.
I also put the function add emoticons and identities into their own class file.
I see if I can provide a diff later on. Do I need to check out trunk for rc1?
Till