Using some sort of mail in Ruby

Hello,
I’ve had a lot of trouble trying to use any sort of mail program with
Ruby. I really want to use Ruby for my mailing, because, my scripts are
in Ruby, and, I don’t like having to use Windows shell mail programs.
They’re too cumbersome inside Ruby.

I’ve installed the gem “mail.” But, whenever I try a test mail with it,
Ruby seems to complain about the gem itself.

E:\Apps\Ruby200-x64\bin\ruby.exe -e
$stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)
E:/Apps/scripts/ruby/FileTrain/testemail.rb
E:/Apps/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in
require': cannot load such file -- mail (LoadError) from E:/Apps/Ruby200-x64/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:inrequire’
from E:/Apps/scripts/ruby/FileTrain/testemail.rb:2:in <top (required)>' from -e:1:inload’
from -e:1:in `’

Process finished with exit code 1

Thanks,
Peter