Hi,
   I have tested that page for same 88000 database query records 
by executing it just replace the "smtpto" address to
my single test mail ID.  At that time it worked fine No REQUEST
TIMEOUT occurred in Coldfusion Application Server and IMS sent all 88000 mails
successfully to my test inbox,

   But in real time it sent only 16000 mails and the CF Application server
logger says REQUEST TIMEOUT occurred while processing this page. There is
absolutely no difference between two pages except "smtpto"
field is replaced by different mail ID's, i.e. The database
query is the same , loop is same and mail content is same.

 Coding syntax :
 During testing this code is executed
 <cfoutput Query="queryname">
  <cfset tomailid="[EMAIL PROTECTED]">

     <cfx_iMSMAIL
     smtpto= #tomailid#
     -------- -------
     ------->
 </cfoutput>

 At real time
 <cfoutput Query="queryname">
   <cfset tomailid="#queryname.mailid#">
   <cfx_iMSMAIL
     smtpto= #tomailid#
     -------- -------
     ------->
 </cfoutput>

 Both cases query returns 88000 records

 I am using Database Server in one system, Coldfusion server 4.5 at one system and IMS 
2.4.3 in
another system.
IMS Log analyzer says 16000 mails sent there are 250 files in badMsg folder. Out 
folder is empty , about 450 messages 
bounced back to return path.

 I am confused now whether it is the problem with the ColdFusion
Application server or IMS server's failure to connect
multiple servers ?

Now I am putting following three questions PLEASE SEND ME THE REASON with Details.

1. Is <cfx_MSMail> does the validation of recipient mail IDs ? 
2. Is <cfx_MSMail's> processing speed reduces while generating .mail and .mbx file 
when recipients are different  ?
3. Is IMS failed to connect multiple servers and unable to deliver the messages ?

Please tell me why my processes of sending 88000 mails failed at real time  while it 
worked perfectly for single mail ID while
testing ? 

 regards
 Vinay

----- Original Message -----
From: "Howie Hamlin" <[EMAIL PROTECTED]>
Date: Wed, 13 Nov 2002 09:31:26 -0500
To: inFusion Support List <[EMAIL PROTECTED]>
Subject: Re: [iMS] IMS server sending bulk mails


> iMS will throw away bad addresses so maybe that is what's happening.  A bad address 
>is one that does not have an "@"
> sign.  Also, if the address looks something like "[EMAIL PROTECTED]" (notice the "N" 
>instead of an "M") then the mail will not
> go through.  It's difficult for me to say precisely what is happening without more 
>details.
> 
> Regards,
> 
> Howie
> 
> ----- Original Message -----
> From: "Vinay gb" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 13, 2002 1:26 AM
> Subject: [iMS] IMS server sending bulk mails
> 
> 
> > Hi,
> >   I have tested that page for same 88000 database query records  by executing it 
>just replace the "smtpto" address to
> my single test mail ID.  At that time it worked fine No REQUEST TIMEOUT occurred and 
>IMS sent all 88000 mails
> successfully to my inbox,
> >
> >   But in real time it sent only 16000 mails and the CF server logger says REQUEST 
>TIMEOUT occurred . There is
> absolutely no difference between two pages except "smtpto" field is replaced by 
>different mail ID's, i.e. The database
> query is the same , loop is same and mail content is same.
> >
> > Coding syntax :
> > During testing this code is executed
> > <cfoutput Query="queryname">
> >     <cfset tomailid="[EMAIL PROTECTED]">
> >     <cfx_iMSMAIL
> >     smtpto= #tomailid#
> >     -------- -------
> >     ------->
> > </cfoutput>
> >
> > At real time
> > <cfoutput Query="queryname">
> >   <cfset tomailid="#queryname.mailid#">
> >   <cfx_iMSMAIL
> >     smtpto= #tomailid#
> >     -------- -------
> >     ------->
> > </cfoutput>
> >
> > Both cases query returns 88000 records
> >
> > I am using Coldfusion server 4.5 at one system and IMS 2.4.3 in another system.
> >
> > I am confused now whether it is the problem with the ColdFusion Application server 
>or IMS server's failure to connect
> multiple servers ?
> >
> > regards
> > Vinay
> 
> 
==^=======================================================
     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/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to