Hi,
Sorry for the confusion. What i meant by server was my WebServer. I am not talking about the email server here. I have Weblogic server running on sun m/c, which is running my email program and a
servlet(servlet invokes my email program). From the browser when i invoke this servlet, it will generate a form to specify subject, body part, from address, to address & file attachment capability.
When i attach my local file(file that exists on my PC) to this form and when i click on Send Email button, it throws a FileNotFoundException.
So, my question is should i store this attached file temporarily on my weblogic server until the email is sent? After sending i can delete this file.
Any further help on this would be greatly appreciated.
Thanks.