Hello all. A client just reported the following error while sending out a
single newsletter e-mail through the iMS tag. Everything was functioning
normally before this error for quite some time and there have been no code
changes. Any insight into what the problem may be? I've included the code
below the error message.

Thanks,
Bryant Tyson

-----
Error Diagnostic Information
CFX_iMSMail v2.9.2 - Exception occured while processing tag

Exception class: EInOutError
Exception message: I/O error 112

The error occurred while processing an element with a general identifier
of (CFX_IMSMAIL), occupying document position (101:7) to (123:20).
------

      <cfx_iMSmail
        HEADER_TO="#TRIM(form.lastmailed)#"
        HEADER_FROM="[EMAIL PROTECTED]"
        HEADER_RETURN_PATH="[EMAIL PROTECTED]"
        HEADER_ERRORS_TO="[EMAIL PROTECTED]"
        HEADER_REPLY_TO="[EMAIL PROTECTED]"
        HEADER_SUBJECT="#newsletter.slug#"
        SMTPTO="#TRIM(form.lastmailed)#"
        SMTPFROM="[EMAIL PROTECTED]"
        BODY="Nothing to see here."
        HTML="
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=600>
<TR><TD COLSPAN=2><IMG
SRC=http://www.newsletter.com/images/newsletter.gif></TD></TR>
<TR><TD><B>#DateFormat(newsletter.date, "DDDD, MMMM D YYYY")#</B></TD><TD
ALIGN=RIGHT><B><FONT
COLOR=darkred>#TRIM(form.lastmailed)#</FONT></B></TD></TR>
<TR><TD COLSPAN=2>
<HR><P>
#temp_newsletter#
<P>
<HR>
UNSUBSCRIBE<BR>
You can either unsubscribe by clicking the link below or by copying and
pasting the entire link into your browser's address field.<BR>
<A HREF=#unsub#>#unsub#</A>
</TD></TR></TABLE>">

==^=======================================================
     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/Support/
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/Support/
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [EMAIL PROTECTED]
==^=======================================================


Reply via email to