Has anyone ever heard of SMTP Express??? If you did a search on those words 
you can find the web site where its at, sorry cant remember the URL.

Basically its an add-on to an existing mail server, not a replacement to 
one. Its essentially made just for Bulk mail purposes. It queues up all 
messages to go out & can send out 1,000 (or more) mesages a second. The 
secret to how this is done, is that it puts all the stress of sending out 
the emails on that domains web server. To be even more clearer Ill use an 
example:

If you have emails going out to hotmail.com, houseoffusion.com, yahoo.com & 
microsoft.com its going to send the emails to 
[EMAIL PROTECTED] through hotmails SMTP server, its going to 
send the emails to [EMAIL PROTECTED] through 
houseoffusions SMTP server, so on & so forth.

It also comes with a custom COM object that is made especially for SMTP 
Express, that has example CFML code documented with it. Unlike most mail 
servers you cant really determine if the mail wuz sent successfully or not. 
With this product & the COM object you can!!!

I am in no way affiliated with this product but I thought it wuz definantly 
worth the exposure for this topic.

Sincerely,
Mike


>From: "Al Musella, DPM" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Sending e-mail in a batch
>Date: Tue, 05 Dec 2000 10:40:17 -0500
>
>
>    I have another solution:
>         I send out a newsletter every day and it was starting to get too
>big - it would really slow down performance doing it all at once on the 
>server.
>     Every night, I backup a copy of the live database onto my home 
>computer.
>   So now,   I use my home computer - which is connected to a cable modem
>-  to run the templates that sends the newsletter, using a local copy of
>the database.  Windows 2000 server has a built-in mail server, which was a
>snap to set up and worked flawlessly!  The work is done on my home machine,
>so there is no performance hit on the production web server, database
>server or mail server!
>
>Al Musella
>a1webs.com
>
>
>
>
>At 09:26 PM 12/4/2000 -0700, defective david wrote:
> >i just had to comment that this is the coolest simplest idea for a 
>problem
> >i've been thinking about for a while.
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to