Here's the thing, I want it to be slow enough to sneak past AOL's spam
filters. I sent 80 test emails to AOL and the account only rec'd 42.
Another time we sent 100 to a test account and it only got 30. All of
these were due to AOL cutting off the incoming emails as soon as the
"catch" kicked in. So given Kym's input I think slower is probably better.
It's got the whole weekend to go out anyway. :)

- Bryant

On Fri, 8 Feb 2002, David A. Goldfield wrote:

> This way is way to slow for an large amount of email..... try taking the
> cfoutput out ..... cfoutput loops around and calls the cfx dll everytime....
> for every record in the database.    query="email"    and
> queryfield="email"   then pass tokens or variables in with <:variablename:>
> 
> Dave  ..... (-:
> 
> 
> ----- Original Message -----
> From: "Bryant Tyson" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Friday, February 08, 2002 4:25 PM
> Subject: [iMS] Code for Getting Past AOL/Yahoo Filters
> 
> 
> > Ok just as a quick check, I have ended up with the following code for
> > trying to sneak past Yahoo and AOL's filters with this weekends newsletter
> > mailing. Does anyone see any problems with this code? Thanks again for all
> > your help guys.
> >
> >     <cfoutput query="receivers">
> >       <cfx_iMSmail
> >         HEADER_RECEIVED="from x.com [xxx.xxx.xxx.xxx] by mail.x.com"
> >         HEADER_TO="#goingto#"
> >         HEADER_FROM="#from#"
> >         HEADER_RETURN_PATH="#from#"
> >         HEADER_ERRORS_TO="#from#"
> >         HEADER_REPLY_TO="#from#"
> >         HEADER_SUBJECT="#newsletter.slug#"
> >         SMTPTO="#goingto#"
> >         SMTPFROM="#from#"
> >         MAXRECIPIENTS="10"
> >         BODY="Filler Text"
> >         HTML="#newsletter.content#">
> >       </cfoutput>
> >     </cfoutput>
> >
> > Receivers is the query with the emails in it.
> >
> > - Bryant Tyson, WEB DEVELOPER
> >
==^=======================================================
     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