Re: problem using java mail with attachment
Posted By:
John_Zukowski
Posted On:
Thursday, November 8, 2001 09:01 PM
The FAQ already shows how to send HTML content.
Re: problem using java mail with attachment
Posted By:
raj_a
Posted On:
Thursday, November 8, 2001 02:03 AM
hi,
just check ur code once..
i will give a code for that:
messageBodyPart = new MimeBodyPart();
DataSource source = new FileDataSource(file name);
messageBodyPart.setDataHandler(new DataHandler(source));
messageBodyPart.setFileName(filename);
Transport.send(message);
}
if u had done like this, u wont b occured with that problem.
try this ..
bye
raja.