How To Send More than 1000 email in asp at a time

  • I want to send 10000 email at a time

    from asp for that i had used cdonts object

    but after sending 1000 email i am getting error please tell me how to solve the problem

    vijay verma


    vijay verma

  • Hello Vijay,

    You might be running out of disk space, CDONTS creates a text file per message. If you need more help, I'd suggest http://www.msdn.microsoft.com - unless you think its a problem related directly to SQL, you'll probably find better answers there!

    Andy

  • The other solution can be :

    Create the vbs script instead of asp file

    because most of the time the ASP page gives Time Out Error for such type of bulk mailing.

  • But how can we run vbs scripts thru the internet.

    quote:


    The other solution can be :

    Create the vbs script instead of asp file

    because most of the time the ASP page gives Time Out Error for such type of bulk mailing.


    Paras Shah

    Evision Technologies

    Mumbai, India


    Paras Shah
    Evision Technologies
    Mumbai, India

  • Do u mean to say using browser? ..Not possible..

    What I considered is atleast user can do telnet/connect through pcanywhere and run the script.

    quote:


    But how can we run vbs scripts thru the internet.

    quote:


    The other solution can be :

    Create the vbs script instead of asp file

    because most of the time the ASP page gives Time Out Error for such type of bulk mailing.


    Paras Shah

    Evision Technologies

    Mumbai, India


  • But usually telnet access and PCAnywhere access is not given to users who have shared hosting services.... then whats next best?

    quote:


    Do u mean to say using browser? ..Not possible..

    What I considered is atleast user can do telnet/connect through pcanywhere and run the script.

    quote:


    But how can we run vbs scripts thru the internet.

    quote:


    The other solution can be :

    Create the vbs script instead of asp file

    because most of the time the ASP page gives Time Out Error for such type of bulk mailing.


    Paras Shah

    Evision Technologies

    Mumbai, India



    Paras Shah

    Evision Technologies

    Mumbai, India


    Paras Shah
    Evision Technologies
    Mumbai, India

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply