JUST INSTALLED MOODLE VERSION 1.07 ON WINDOWS 2000 MACHINE--
PHP VERSION 4.2
MY SQL 3.23.49
ALL INSTALLED VIA EASY PHP---EVERYTHING IS WORKING FLAWLESSLY:
CHECK OUT SITE AT: HTTP://208.187.139.62
PROBLEM IS SMTP AUTHENTICATION---EVRY ATTEMPT TO SEND PASSWORD IS MET WITH ERROR:
ERROR: SMTP Error: Could not authenticate
' + inobj[objprop] + '\n');
}
op.document.close();
}
function fillmessagebox(text) {
document.form.message.value = text;
}
function openpopup(url,name,height,width) {
fullurl = "http://208.187.139.62" + url;
options = "menubar=0,location=0,scrollbars,resizable,width="+width+",height="+height;
windowobj = window.open(fullurl,name, options);
windowobj.focus();
}
function copyrichtext(textname) {
textname.value = document.richedit.docHtml;
return true;
}
// done hiding -->
WE OWN THE SMTP MAIL SERVER AND HAVE VERIFIED IT IS OPERATIONAL. MAIL NEVER SEEMS TO EVER REACH THE SERVER---IS THERE AN ERROR LOG WE CAN LOOK AT TO FURTHER OUR INVESTIGATION---AWESOME JOB ON MOODLE--!!!!