Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: cdonts vs aspmail


Message #1 by "list peters" <list@o...> on Thu, 13 Dec 2001 15:58:40 +0900
RE: [asp_databases] RE: Paging - Problem with sql or the loophi...



i would like to send out an email to 10 000 subscribers through a control

panel interface where my client can send out newsletters.



I am planning to just loop over each cdonts or aspmail object and send an

email with customised messages (like "hi yourname").



My question is, what can handle high volume mail better... cdonts or

aspmail...

and has anyone got any tips for this?



thanks

chad



Message #2 by "Oliver Tomkins" <oliver.tomkins@g...> on Thu, 13 Dec 2001 11:16:20 -0000
A general tip, try outputting to a text file and pulling this in as a big

query can use a lot of memory and cause the server issues.



> -----Original Message-----

> From: list peters [mailto:list@o...]

> Sent: 13 December 2001 06:59

> To: ASP Databases

> Subject: [asp_databases] cdonts vs aspmail

>

>

> RE: [asp_databases] RE: Paging - Problem with sql or the loophi...

>

> i would like to send out an email to 10 000 subscribers through a control

> panel interface where my client can send out newsletters.

>

> I am planning to just loop over each cdonts or aspmail object and send an

> email with customised messages (like "hi yourname").

>

> My question is, what can handle high volume mail better... cdonts or

> aspmail...

> and has anyone got any tips for this?

>

> thanks

> chad

>

>




> $subst('Email.Unsub').

>




  Return to Index