Hi, Could anyone send me the code to send Javamail attachments through Java Servlets through smtp.I would be very greatful. Waiting in anticipation. Syed.
Ajan Balakrishnan
Ranch Hand
Joined: Jan 04, 2001
Posts: 71
posted
0
If you are using JavaMail you have to use MimeMultipart , MimeBodyPart API's. The following is a sample code to send a file attachment
Let me know if this helps
Ajan
[This message has been edited by Ajan Balakrishnan (edited March 05, 2001).]
Syed Hussain
Ranch Hand
Joined: Feb 06, 2001
Posts: 55
posted
0
Thanks for the reply Ajan, but the problem is how do you upload the mail from the Client and store it on the Server. I would be very greatful if you send me the code for recieving mail with attachments.I am getting a ClassDef Error. Thanking you. Syed.
Cool Impression
Greenhorn
Joined: Jun 26, 2001
Posts: 18
posted
0
hello can anyone tell me source code to use authenticator to create my own users and send and receive mail to any one like yahoo.com if I have authenticator "yahoo.com" how can i make user "abc@yahoo.com" and send mail to others. Thanks Usman Shah.