inFusion Mail Server version 1.3e is now avaulable for download.  This
version corrects a problem with the inFusionEngine and ColdFusion (iHTML and
Perl users are not affected).  During normal operation the iMS server would
cause ColdFusion to consume an increasing number of system handles.  Version
1.3e is now using inFusionEngine 2.0 which corrects this problem.  It is
highly recommended that you download and install iMS version 1.3e.

iMS version 1.3e also has a new feature which should make coding easier in
some situations.  A new result called "LocalRecipients" is now supported.
you can use this result parameter to change the local recipient of an email
to one or more local accounts.  For example, say you want to send all
unknown recipients to a default account:

<cfif xxx.recordcount is 0> <!--- unknonw recipient --->
   result=accept
   LocalRecipients="[EMAIL PROTECTED]">
</cfif>

Or, if you want certain local users to receive mail to "sales"

<cfif form.smtpname is "sales"> <!--- unknonw recipient --->
   result=accept
   LocalRecipients="[EMAIL PROTECTED], [EMAIL PROTECTED]">
</cfif>

Remember, you can send the mail to non-local recipients using the
"Recipients" result parameter.

Downloads:

iMS: ftp://ftp.CoolFusion.com/pub/ods/ims/iMS130e.exe

POST SE: ftp://ftp.CoolFusion.com/pub/ods/ims/POST-SE/iMSPOSTSE130e.exe

Please let me know if there are any problems or questions.

Regards,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server



========================================================================
     This list server is Powered by iMS
   'The Swiss Army Knife of Mail Servers'
   --------------------------------------
To leave this list please complete the form at 
http://www.CoolFusion.com/iMS.htm

List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
========================================================================

Reply via email to