Thanks for the report! I've only spiked a little of this, but I found Net::SMTP to be really easy and intuitive. There are a couple of mildly contradictory docs out on the web, though, so check around-- the easiest-looking way is probably the best way.
I'll definitely be giving TMail a look. -Chris On 6/12/06, Zeljko Filipin <[EMAIL PROTECTED]> wrote: > Chris, Bret, > > it took me a few days, but now I can send, receive and parse e-mails. > > I have tried several solutions and ended with these: > > - receive e-mail - Net::POP3 ( > http://www.ruby-doc.org/stdlib/libdoc/net/pop/rdoc/index.html) > - send e-mail - Net::SMTP ( > http://www.ruby-doc.org/stdlib/libdoc/net/smtp/rdoc/index.html) > - create (before sending) and parse e-mail (from file, after receiving) - > TMail ( http://i.loveruby.net/en/projects/tmail/) > > Net::POP3 and Net::SMTP are included in Ruby, TMail needs instalation. I > had a problem with TMail installation, and I contacted author. He > recommended this procedure, and now it works. > > ruby setup.rb config --without-ext > ruby setup.rb setup > ruby setup.rb install > > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general > > _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
