Configuring the smtphosts

Configuring the smtphosts

de Martin Troisi -
Número de respuestas: 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

 

Promedio de valoraciones: -
En respuesta a Martin Troisi

Re: Configuring the smtphosts

de Martin Dougiamas -
Imagen de Core developers Imagen de Documentation writers Imagen de Moodle HQ Imagen de Particularly helpful Moodlers Imagen de Plugin developers Imagen de 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?