var fDesc=new Array(); fDesc[0] = "If you have the need to send email command line On Windows, this command line smtp mailer is perfect. You can attach files to email, use HTML e-mail messages, use CC (Carbon Copy) and / or BCC (Blind Carbon Copy). Call it from Scheduled Tasks, CGI scripts, VBA, virtually from any software.

Main features:
-Command Line smtp mailer for batch jobs
-Send email from Command Prompt to any number of recipients
-Send email from Scheduled Tasks, any software
-Use SMTP mail server authentication before sending email
-Command line email using CC (Carbon Copy) and / or BCC (Blind Carbon Copy)
-Read list of CC recipients from text file
-Read list of BCC recipients from text file
-Read the body of the message from text file
-Read from, to, username, password, subject from text file
-Read arguments from text file
-Sending mail from command line with unlimited attachments
-Command line mail message using plain text message or HTML message
-Set SMTP server address and SMTP server port. The address may be used as a traditional URL (e.g. mail.sender.com) or as an IP numeric address (e.g. 10.25.125.123)
-Log support
-Fast Install / Uninstall
-Command line mail sender has small executable size
-FREE lifetime updates / upgrades for registered users"; 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 = ''; } }