var fDesc=new Array(); fDesc[0] = "QK SMTP Server is a mail server based on the Simple Mail Transfer Protocol, which is easy to use.
QK SMTP Server sends e-mails from localhost to the recipients’ mailboxes getting feedback quickly. QK SMTP server works with the most popular e-mail clients, such as Outlook Express, Eudora, Foxmail, KMail, Pegasus, etc.
QK SMTP Sever can be configured quickly; its GUI is friendly and easy to use to get the server up and running. QK SMTP Mail Server shows the current status of activity by changing the color of its activity indicator; it also offers queue management which can perform view log, view message, delete and refresh operations.
The History feature include functions to view delivery mail list, view delivery mail message, export mail addresses, send e-mail again, delete selected records, empty all the records, and reload mail history logs.
The installation is very simple and easy to perform. The documentation files, such as the help, are available on the same software and is simple and offers a good guide.
QKSMTP Server works on Windows 98/ME/NT/2000/XP and requires 10MB of disk space and network support."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }