Configuring the smtphosts

Configuring the smtphosts

د Martin Troisi لخوا -
د ځوابونو شمیر: 1

In the smtphost I  put my mailservaer (anep.edu.uy)

In the smtpuser I put an existing user مارټین

In the smtppass I put the pass of the user .

moodle Say:

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://192.168.1.8" + 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 -->

How can i solve this?

Thank you

 

د درجې بندۍ اوسط:  -
In reply to Martin Troisi

Re: Configuring the smtphosts

د Martin Dougiamas لخوا -
د Core developers انځور د Documentation writers انځور د Moodle HQ انځور د Particularly helpful Moodlers انځور د Plugin developers انځور د Testers انځور
I don't know what the problem could be, and I don't have a server to test it. I know others have auth smtp working OK.

Silly question maybe, but are you sure you need a username and password with your SMTP server?