Answers below...

----- Original Message -----
From: "Vinay gb" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 8:16 AM
Subject: Re: [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 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 ?

No, but it does toss addresses without a domain name.

> 2. Is <cfx_MSMail's> processing speed reduces while generating .mail and .mbx file 
>when recipients are different  ?

No, it should be the same but the tag does remove duplicate recipients.

> 3. Is IMS failed to connect multiple servers and unable to deliver the messages ?
>

I can't tell this without seeing the log file.  You should be able to see what is 
happening in the post log.

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

I would suggest that you try sending mail to a smaller amount of recipients.  Delete 
or rename the current log file
(you'll need to stop the post server to do this) and then try sending to maybe 100 
addresses and see what happens.

Regards,

Howie


>  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