I have to also recommend WorldMerge - (http://www.worldmerge.com/) about the same price and performance. We do an hourly scheduled batch email using MS-SQL scheduled DTS packages that create tables that WorldMerge reads when it sends it's emails.
----- Original Message ----- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 6:17 AM Subject: Re: Witango-Talk: Do I smell something burning? > For 45.000 Emails, I recommend "Advanced Direct Mailer" > http://www.mailutilities.com/adr/. > Cost's: 40$ !!! > I self use ADR since years with Witango to send very fast personality > Emails. On this way, we can send 400 Mails/Minute (on our 2MB line). > So, for you 45.000 Mails you need aprox 112 Minutes > > Trials are avaible for Downloads > > Just for Information.... > > regards > > Daniel > > Here a smal overview: > Advanced Direct Remailer (ADR) is a powerful remailer and mass mailer which > send your message straight out to the recipient's mail server (without your > ISP's SMTP server). ADR realizes multi-threaded direct delivery, and so > works several times quicker than usual email client. > > Support for simple mailing lists (.TXT, .LST, .CSV with personification) and > mailing lists which are formed by database SQL-request on fly, user's > programs for message processing (plugins), merging mailing lists with .CSV > files and/or databases from Excel document to powerful Microsoft SQL Server > or Oracle, determine up to 90% of "dead" e-mails in address list befor > sending, detailed and handy logs for each sent email, open API for > programmers and samples with source code, open ActiveX/COM interface > (package contains detailed documentation and examples for all popular > programming languages - Delphi, Visual Basic, Visual C++, client-side and > server-side JavaScript), comfortable Monitor and easy control of messages > flow. The program supports Socks5 proxy protocol, so you can use it within a > Local Area Network (LAN), too. ADR ensures faster, safer, and more > easy-to-control mail sending, and thus it helps to save your time and money! > Program can work as Windows NT/2000 service - transparent to the users, so > you can forget about it after initial setup. > > > ----- Original Message ----- > From: "Stefan Gonick" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 11, 2003 2:40 PM > Subject: RE: Witango-Talk: Do I smell something burning? > > > > This is similar to the solution that I use. Instead of mailing all the > messages > > right away (45,000 of them), I write all of the message to a mail_pool > table. > > I have a cron job that runs every 5 minutes. The cron job gets 200 > records, > > mails them, and deletes them. It eventually works through the whole set. > > > > Stefan > > > > At 12:40 AM 3/11/2003 -0500, you wrote: > > >I remember having a problem with Tango getting bogged down, not with a > mail > > >action, but with a series of updates on a very large result set. I solved > > >the problem by performing the function in blocks, using logic similar to > the > > >next x search logic that the builder will create. > > > > > >After experimenting, I found the number of records that would process > > >without Tango having fits, and put that into a loop with a _start > function > > >argument. My guess is that you could use the same thing but run it from a > > >cron job. Start the first pass at a predetermined time, allow a few > minutes, > > >start the second pass, etc. until you've completed the array. > > > > > >Hope this helps, > > > > > >Steve Smith > > > > > >Oakbridge Information Solutions > > >Office: (519) 624-4388 > > >GTA: (416) 606-3885 > > >Fax: (519) 624-3353 > > >Cell: (416) 606-3885 > > >Email: [EMAIL PROTECTED] > > >Web: http://www.oakbridge.ca > > > > > > > > > > -----Original Message----- > > > > From: Wayne Irvine [mailto:[EMAIL PROTECTED] > > > > Sent: March 11, 2003 12:10 AM > > > > To: [EMAIL PROTECTED] > > > > Subject: Re: Witango-Talk: Do I smell something burning? > > > > > > > > > > > > > Yes, many dinners have been burnt or not cooked at all {or in > > > > my case, let > > > > > the kettle boil dry :-} because of the Mail Action and multiple > > > > SMTP sends. > > > > > > > > I was referring more to overheating 7300's but that's just as valid. > ;) > > > > > > > > I'll be moving up to WiTango V shortly (if I can raise the mulah > > > > before the > > > > ides of March) so that's the long term solution. > > > > > > > > In the mean time I'll give the file write action a go. I'll probably > just > > > > run another instance of SIMS on the web server for this purpose > > > > rather than > > > > writing across the network. > > > > > > > > Thanks for the help. > > > > > > > > Wayne Irvine > > > > > > > > Byte Services Pty Ltd > > > > http://www.byteserve.com.au/ > > > > [EMAIL PROTECTED] > > > > Ph 02 9960 6099 Mob 0409 960 609 Fax 02 9960 6088 > > > > > > > > > ________________________________________________________________________ > > > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > > > > with unsubscribe witango-talk in the message body > > > > > >________________________________________________________________________ > > >TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > > > with unsubscribe witango-talk in the message body > > > > ======================================================== > > Database WebWorks: Dynamic web sites through database integration > > http://www.DatabaseWebWorks.com > > > > ________________________________________________________________________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
