Using Mailkit to fix #204

This commit is contained in:
tidusjar 2016-05-20 21:24:26 +01:00
commit 4fd3db1ae5
3 changed files with 52 additions and 40 deletions

View file

@ -164,7 +164,7 @@
return;
}
if (response.users.length > 1) {
$(response).each(function () {
$(response.users).each(function () {
$('#users').append("<option>" + this + "</option>");
});
} else {