Zrinity is the leader in enterprise-class email marketing
management solutions and content management solutions for marketing professionals and developers worldwide.
SMTP Server Load Balancing - you can now specify multiple SMTP servers to distribute
the load across several SMTP servers. Provides a huge performance increase.
Queries - now you can use ColdFusion queries to specify distribution list, and from address
Tokens - use tokens to personalize messages, and subject lines using columns from a query.
CF_MAIL wrapper tag - a CF Custom tag that acts very similar to the built in CFMAIL, eases the transition to ActivMail from existing applications.
Improved Memory Management
Queue Capping - to save server memory the message queue can be capped off until messages are sent.
Verify SMTP Server Connection - will throw an error if it can't connect to SMTP server.
Improved message fail over logic
Performance Optimizations
Additional Exception Logging
Build 239 (1.3.0.239) - 10/07/2002
Increased Performance with multiple servers - when one server in the list of servers is down, it can slow down ActivMail's queuing, it now tries to reconnect to the server less often.
Added Diagnostics - you can return diagnostics about the JVM and mail queue. Use the GETSTATUS attribute.
Thread Life - added a thread life attribute to reduce the need to keep creating new threads every time CFX_ActivMail is invoked.
Added Sleep Attribute - the sleep attribute can be used to slow down the message sending rate, some of our customers requested this.
Build 241 (1.3.0.241) - 10/23/2002
Added workaround for a bug in ColdFusion MX - added a workaround for a ColdFusion MX bug in com.allaire.cfx.Query.getColumnIndex, the CFMX bug prevented query mode from being used with a static from address. The bug has been reported to Macromedia. More info about the MX bug can be found here.
Added documentation - for upgrading CFX_ActivMail from a previous version, added to install.html.