Hi All,
I have a
java program which will read a file containing email addresses from a file and also a unique number from the same file . I have to send an email to each email address with a file attachment , the name of the file is derived using ths unique number in the address file. The problem I am having is when the file does not exist for a particular person. What I really want to do is not send the email to the person , for whom the file does not exists , but still continue to send email to others who do have a file corresponding to their numbers.
Here is teh code I am using to do this..
Thanks.