Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninitialized constant Gmail (NameError) #15

Closed
juhat opened this issue Mar 24, 2010 · 4 comments
Closed

uninitialized constant Gmail (NameError) #15

juhat opened this issue Mar 24, 2010 · 4 comments

Comments

@juhat
Copy link

juhat commented Mar 24, 2010

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

@dcparker
Copy link
Owner

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.

@pbalduino
Copy link

I had the same problem, but just ran 'gem install tmail mime' and everything worked well.

@halida
Copy link

halida commented Oct 9, 2012

why not add tmail mime to the dependencies in gem?

@isakshamgupta
Copy link

need help regarding the same

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants