From: Peter Bailey Date: 2006-06-15T22:50:27+09:00 Subject: Re: Sending mail in RUBY Daniel Shackelford wrote: > Peter Bailey wrote: >>>> Thanks. >> >> Thanks, Justin. Yes, that helps. I'd seen those web sites before, but, >> for whatever reason, the links weren't working. Now I see them, and, I >> can read them. . . . >> >> > Just be aware that those will only format/parse messages and mailboxes. > If you want to actually send email you will have to use Net::SMTP or > Net::IMAP. Yes, thanks. I’ve seen that. But, I’ve tried tmail and when I run the script, it complains about 'require tmail." So, even though I see it in my RUBY subdirectories, I don't know if it’s actually installed or not. With rubymail, I’ve tried running the 3 install instructions that are on the doc. page, but, nothing happens. It doesn’t know what I’m talking about. I'll look into SMTP and IMAP. Thanks again. -- Posted via http://www.ruby-forum.com/.