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
