can any one help me... A file named as a.txt which is already in my desktop and i want to email it to others through javamail api.. And if possible plz send me the java code...
Thanks in advance...
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You will need a SMTP-server accessible from your java program, which is to handle actual delivery. If you do not have that, it is possible to use the Google Mail servers given sufficient credentials. Then the trick is to create a mime message with the file as an attachment. Please list what you have tried so far based on your Google searches with "javamail file attachment". |
|||
|
|