0 Replies Latest reply on Mar 30, 2005 8:50 AM by ionel

    how to limit the number of concurrent mail sent through java

      Hi there,

      Our ISP mail server drops mails if more than three connections from the same IP are made simultaneously (to prevent spam)

      Our application often send more than this maximum 3 messages simultaneously.

      This leads to dropped messages and angry users :(

      Question is : how to limit the number of simultaneous mail sent from session retrieved by java:/Mail ? Either by configuration tips or developpement workarounds.

      Thanks,
      Ionel