Results 1 to 6 of 6

Thread: Efficient Way to Deliver A Large Number of Email

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Jakarta, Indonesia
    Posts
    3

    Question

    Hello,

    I have a program that has function to deliver invoice to customer using VB.

    I want to improve this program.

    My friend's idea is to deliver those invoices trough MS Outlook Express. But, there is a problem. The queueing batch that allowed to enter email server is 256 items/batch.

    I have to deliver 18000 email to customers.

    Any better idea to accomplish that task?
    Sicerely yours,


    Yohanes Hardianto

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Posts
    87
    What are you currently using to deliver the email?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Jakarta, Indonesia
    Posts
    3

    Unhappy

    Currently I use MAPI to send each email to Outlook Express.

    Email server that we have is using Linux as the operating system.

    When this system finished sending all emails, email-items that was sent is not match with number of invoices which have to be sent.

    Do you have a better suggestion?
    Sicerely yours,


    Yohanes Hardianto

  4. #4
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    ???

    I am not too familiar with using MAPI, but couldn't you queue up all the emails in your program and then send out 250 at a time until they are all sent.

    Just an idea.

  5. #5
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    If your system is NT Server, I would try using CDONTS. It'll run much faster than MAPI. It's also quite simple to use.

  6. #6

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Jakarta, Indonesia
    Posts
    3

    Thumbs up Thanks for your bright idea

    Thank you folks, for your bright ideas.

    And, dear CompuGEEK, where can I get this software, CDONTS?
    Sicerely yours,


    Yohanes Hardianto

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width