Configuring the smtphosts

Configuring the smtphosts

Bởi Martin Troisi -
Số lượng các câu trả lời: 1

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

In the smtpuser I put an existing user nhạn

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

 

Trung bình điểm đánh giá: -
Để phản hồi tới Martin Troisi

Re: Configuring the smtphosts

Bởi Martin Dougiamas -
Hình của Core developers Hình của Documentation writers Hình của Moodle HQ Hình của Particularly helpful Moodlers Hình của Plugin developers Hình của 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?