Home » questions » ASP E-mail issue. Any one have a suggestion on the best way to automatically send e-mail through AS

ASP E-mail issue. Any one have a suggestion on the best way to automatically send e-mail through AS

2006-08-13 17:24:13, Category: Programming & Design
I've tried ASPMail and CDONTS and both are too slow. It takes five minutes to send 100 e-mals. I have an application that sends to thousands of customers. You can only imagine how long that takes... ) :

Answers

  1. red.gnomos

    On 2006-08-13 17:34:16


    You are probably facing a connection bottleneck when sending the emails.I generally define an external SMTP gateway when using CDONTS and it works just fine even with thousands of clients.