Sending mail with attachments

Have been googeling on this one for a bit. There are commercial
librarys that do this but is there any open source ones?

Ben

Have been googeling on this one for a bit. There are commercial
librarys that do this but is there any open source ones?

you can use rmail to build mails with attachments, etc. Have a look at
it on Rubyforge. For sending them you can use sendmail, smtp, …

Cheers,

Steph.

Ben E. wrote the following on 25.05.2007 17:14 :

Have been googeling on this one for a bit. There are commercial
librarys that do this but is there any open source ones?

Ben

I use ActionMailer, which uses Tmail for all the gory mime/encoding
processings.

Lionel

Ben E. wrote:

Have been googeling on this one for a bit. There are commercial
librarys that do this but is there any open source ones?

Ben
What OS?