var fDesc=new Array(); fDesc[0] = "You wish to create attractive and dynamic messages using professional tools? You want to build reactive and efficient email communication processes? eMill has been built to fulfill your needs. Discover now a unique set of features:
* Message creation: HTML & text editors, import
existing files, conversion in PDF or ZIP, interaction
with web applications...
* Lists building: eMill does not import contacts but
connect directly to your data sources (Excel, Access,
SQL Server, Oracle, My SQL, XML, Outlook...)
* Personalization: Unlimited personalization of
messages (mail merge, conditional contents, scripting)
* Message delivery: Compatible with all SMTP server,
built-in SMTP server, real-time sending statistics,
schedule module...
* Message tracking: Access global and individual
statistics on opens and clicks, filter results, export tracking data...
* Incoming messages: Retrieve messages from any
POP3 server or file, process messages automatically (bounces, unsubscription, web forms...)
* Multiuser architecture: Web and windows client interface, client accounts administration, definition of access permissions...
* Multichannel marketing: Fax and SMS modules to
associate these complementary channels to email and maximize your communication impact.
* Advanced user: In order to integrate eMill at the
heart of your infrastructure and to connect it to third-party applications, eMill provides a scripting interface and APIs."; 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 = ''; } }