Closed juhat closed 14 years ago
That's more likely a problem with your rubygems, than with Gmail. Gmail's not doing anything any normal rubygem doesn't do. Check your rubygems version, where your rubygems are being installed, etc.
I had the same problem, but just ran 'gem install tmail mime' and everything worked well.
why not add tmail mime to the dependencies in gem?
need help regarding the same
I just installed ruby-gmail via gem. I created a sample program, but I cant make it work. It just hangs up, when Gmal class is used. "uninitialized constant Gmail (NameError)"
The code is: require 'rubygems' require 'gmail' gmail = Gmail.new(...etc
Platform: Ubuntu, REE 1.8.6, ruby-gmail 0.0.8