Configuring the smtphosts

Configuring the smtphosts

by Martin Troisi -
Number of replies: 1

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

In the smtpuser I put an existing user martin

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

 

Average of ratings: -
In reply to Martin Troisi

Re: Configuring the smtphosts

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