One mail - one attachment

I have a problem.I want to send mail to different email addresses but to attach only one txt file to one email address.For example:

on mail1@somemail.com to attach xx1.txt

onmail2@somemail.com to attach xx2.txt

and so on.

Also i want to automaticly attach these files from some standard folder

for example from c:/text.

How i can do this?

Can anyone help me around this?

Thanx a lot!

[458 byte] By [boske3a] at [2007-11-27 7:49:29]
# 1
I don't understand what you're confused about.Just create a separate MimeMessage for each recipient andsend each one separately.
bshannona at 2007-7-12 19:30:27 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
OK thanks for that.But what about automaticly attachment from some locations on disk?How to do that?
boske3a at 2007-7-12 19:30:27 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
There's an example in the demo directory that comes with your JavaMail download that shows how to do attachments. Use that as a guide.
DrClapa at 2007-7-12 19:30:27 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...