RE: Good CFX Tag to do bulk mailing

2002-09-19 Thread Pete Freitag

> And i will revise my claim ;)
> Any application that can do 5000 Messages a minute

You can do that with ActivMail, but it takes a little tweaking. We have a
client that is sending nearly 4000 emails per minute with just one physical
SMTP server (he is using virtual SMTP servers to increase throughput,
ActivMail allows you to specify multiple SMTP servers to balance load). The
messages are HTML, and personalized from a query.

Just keep in mind when you say 5000 messages a minute that's an arbitrary
statement. A message could be one line of text, or could be a large
Multi-Part (html, plain text) message with personalization.  That's why you
don't see advertisements "we can send 5000 messages a minute" it depends on
a lot of factors.

Some things that will speed up your message sending is fast hard drives for
the SMTP servers, and fast network all around.

_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Good CFX Tag to do bulk mailing

2002-09-19 Thread Bill Wheatley

I looked at it. It had some errors on the RC2 version and it was not quite
what i was looking for an actual replacement to using the CF MAIL ENGINE.
Just putting it inot the /spool directory wasnt quite fast enough ;) no
worries though


Bill Wheatley
Senior Database Developer
Macromedia Certified Advanced Coldfusion Developer
EDIETS.COM
954.360.9022 X159
ICQ 417645
- Original Message -
From: "Cantrell, Adam" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 12:21 PM
Subject: RE: Good CFX Tag to do bulk mailing


> Jochem has a nice custom tag to replace cfmail - not cfx though.
> http://jochem.vandieten.net/coldfusion/customtags/advancedemail/
>
>
> And then from the makers of Active Edit - java CFX.
> http://www.cfdev.com/activmail/
>
>
> Adam.
>
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 19, 2002 10:43 AM
> > To: CF-Talk
> > Subject: Good CFX Tag to do bulk mailing
> >
> >
> > Anyone have a good CFX tag to do bulk mailing that will also
> > allow it to be sent out to a specific server.
> > CFMAIL is too slow but I want to see if anyone has any good
> > CFX tags to do it before I start to write my own.
> >
> >
> > Bill Wheatley
> > Senior Database Developer
> > Macromedia Certified Advanced Coldfusion Developer
> > EDIETS.COM
> > 954.360.9022 X159
> > ICQ 417645
> >
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Good CFX Tag to do bulk mailing

2002-09-19 Thread Bill Wheatley

And i will revise my claim ;)

Any application that can do 5000 Messages a minute

Bill Wheatley
Senior Database Developer
Macromedia Certified Advanced Coldfusion Developer
EDIETS.COM
954.360.9022 X159
ICQ 417645
- Original Message -
From: "Pete Freitag" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 12:57 PM
Subject: RE: Good CFX Tag to do bulk mailing


> Check out ActivMail: http://www.cfdev.com/activmail/
>
> _
> Pete Freitag
> CTO, CFDEV.COM
> http://www.cfdev.com/
>
> -Original Message-
> From: Bill Wheatley [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 19, 2002 11:43 AM
> To: CF-Talk
> Subject: Good CFX Tag to do bulk mailing
>
>
> Anyone have a good CFX tag to do bulk mailing that will also allow it to
be
> sent out to a specific server.
> CFMAIL is too slow but I want to see if anyone has any good CFX tags to do
> it before I start to write my own.
>
>
> Bill Wheatley
> Senior Database Developer
> Macromedia Certified Advanced Coldfusion Developer
> EDIETS.COM
> 954.360.9022 X159
> ICQ 417645
>
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Good CFX Tag to do bulk mailing

2002-09-19 Thread Pete Freitag

Check out ActivMail: http://www.cfdev.com/activmail/

_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/

-Original Message-
From: Bill Wheatley [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 11:43 AM
To: CF-Talk
Subject: Good CFX Tag to do bulk mailing


Anyone have a good CFX tag to do bulk mailing that will also allow it to be
sent out to a specific server.
CFMAIL is too slow but I want to see if anyone has any good CFX tags to do
it before I start to write my own.


Bill Wheatley
Senior Database Developer
Macromedia Certified Advanced Coldfusion Developer
EDIETS.COM
954.360.9022 X159
ICQ 417645

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Good CFX Tag to do bulk mailing

2002-09-19 Thread Cantrell, Adam

Jochem has a nice custom tag to replace cfmail - not cfx though.
http://jochem.vandieten.net/coldfusion/customtags/advancedemail/


And then from the makers of Active Edit - java CFX.
http://www.cfdev.com/activmail/


Adam.




> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 19, 2002 10:43 AM
> To: CF-Talk
> Subject: Good CFX Tag to do bulk mailing
> 
> 
> Anyone have a good CFX tag to do bulk mailing that will also 
> allow it to be sent out to a specific server.
> CFMAIL is too slow but I want to see if anyone has any good 
> CFX tags to do it before I start to write my own.
> 
> 
> Bill Wheatley
> Senior Database Developer
> Macromedia Certified Advanced Coldfusion Developer
> EDIETS.COM
> 954.360.9022 X159
> ICQ 417645
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Good CFX Tag to do bulk mailing

2002-09-19 Thread Howie Hamlin

Have a look at iMS-SE.  Info is in my sig, below.

Regards,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
*** Please vote for iMS here: 
http://www.sys-con.com/coldfusion/readerschoice2002/nominationform.cfm ***
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition: 
>http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: "Bill Wheatley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 11:42 AM
Subject: Good CFX Tag to do bulk mailing


> Anyone have a good CFX tag to do bulk mailing that will also allow it to be sent out 
>to a specific server.
> CFMAIL is too slow but I want to see if anyone has any good CFX tags to do it before 
>I start to write my own.
>
>
> Bill Wheatley
> Senior Database Developer
> Macromedia Certified Advanced Coldfusion Developer
> EDIETS.COM
> 954.360.9022 X159
> ICQ 417645
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists