I am working on Intranet Mailing system..
I am almost done with it.. i just need the code for uploading files/attachments in mail.
Please note that i have done it without using JavaMail Api.. Kindly suggest how to do so without JavaMail..
Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35240
7
posted
0
What is the connection between "file upload" and "mail"? What do you mean by "upload a file in mail"?
Bhagyaa Shree wrote:I am working on Intranet Mailing system..
I am almost done with it.. i just need the code for uploading files/attachments in mail.
Please note that i have done it without using JavaMail Api.. Kindly suggest how to do so without JavaMail..
Thanks
Buddy, to my understanding, do you mean uploading files then sending a notification e-mail? The upload and e-mailing would be separated, right?