| Author |
Sending Attached excel file through java mail
|
Balajipsg Raja
Greenhorn
Joined: Nov 10, 2009
Posts: 2
|
|
Hi,
Could you please help me........
I want to send attached Excel file through Java Mail. For Example My Excel file is located in c:\\testing folder .Could you provide coding ......
Thanks in Advance
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16482
|
|
Actually, JavaRanch is not here for you to ask for code. Read this for example: NotACodeMill.
However you are in luck. When you download JavaMail it comes with a folder of sample programs, including an example of how to send e-mail messages including attachments.
|
 |
Dipse smith
Greenhorn
Joined: Mar 12, 2008
Posts: 5
|
|
This page may help you:
http://java.sun.com/developer/onlineTraining/JavaMail/contents.html#JavaMailAttachments
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
Attaching an excel file is no different from attaching any other file in java mail
as Paul Clapham rightfully said, check the examples that are in the sample programs
|
My Website: [Salvin.in] Cool your mind:[Salvin.in/painting] My Sally:[Salvin.in/sally]
|
 |
 |
|
|
subject: Sending Attached excel file through java mail
|
|
|