HI,
I use java sendmail() method for sending mails inside a process. But recently I find that the method is not giving any return code for the main program. What's happening is, if the number of emails going out is fewer lesser than 100, there is no issue. But if the number is more, after sending about 100 mails, it's getting stuck and stays there, does not come out. There is a catch section in the code. But control is not going there. If I kill the process & restart it, then again another 100 mail are send and get stuck again(it stays in the sendmail() loop).
Any clues? What should I mainly check? I am basically not a java guy. Thanks in advance.
Manu
I use java sendmail() method for sending mails inside a process. But recently I find that the method is not giving any return code for the main program. What's happening is, if the number of emails going out is fewer lesser than 100, there is no issue. But if the number is more, after sending about 100 mails, it's getting stuck and stays there, does not come out. There is a catch section in the code. But control is not going there. If I kill the process & restart it, then again another 100 mail are send and get stuck again(it stays in the sendmail() loop).
Any clues? What should I mainly check? I am basically not a java guy. Thanks in advance.
Manu