1
I am sorry to ask this as I am sure it has been answered/addressed by now...but I have made an honest attempt to figure it out myself...to no avail....thus, my question...
I cannot seem to get any mail function to work on my server (local server running XOOPS 2.0.9.2, Apache 2.0.52, PHP 5.0.3, MySQL 4.0.24-nt, and Windows XP) In addition to this, I have installed phpmailer (the two class files are in my php directory (c:\php\) which I use sucessfully for form submission on my site. I also have installed exim (with cygwin) and that functions nicely.
With Xoops, i have tried PHP mail, sendmail, SMTP and SMTP_auth...with no luck. I have a smtp server that needs a username/password, so i am focusing on trying smtp_auth. I have checked and rechecked for typos in the username or password.
When i put XOOPS in PHP debug mode, i get an error saying that it couln't send the mail and then at the bottom of the screen it says:
Warning [PHP]: fputs(): supplied argument is not a valid stream resource in file c:\php\class.smtp.php line 146
Warning [PHP]: fgets(): supplied argument is not a valid stream resource in file c:\php\class.smtp.php line 1018
Warning [PHP]: fputs(): supplied argument is not a valid stream resource in file c:\php\class.smtp.php line 146
Warning [PHP]: fgets(): supplied argument is not a valid stream resource in file c:\php\class.smtp.php line 1018
I looked at lines 146 and 1018 and there is nothing outstanding to me there.... ?
So to summarize, i can't register new users and i can't contact existing users (not that there are any, this is a brand new install! :)
Any help, suggestions, comments would be GREATLY appriciated...I am at wits end here...Thanks in advance!
Jim