SMTP SEND MAIL PROBLEM---

SMTP SEND MAIL PROBLEM---

by Rob Butner -
Number of replies: 2

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 -->

Tried to send you an email but failed!

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--!!!!

Average of ratings: -
In reply to Rob Butner

Re: SMTP SEND MAIL PROBLEM---

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Does your SMTP server actually require a username/password? If not, leave the variables blank in Moodle's admin configuration.

Moodle's SMTP handling has been pretty robust so far. Try looking in the SMTP server logs.
In reply to Rob Butner

Re: SMTP SEND MAIL PROBLEM---

by ross stanley -

I am experiencing a similar problem - did you manage to solve this?

Cheers,

Ross.