We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the example found in the wiki 5) Create new emails!
email = gmail.generate_message do to "[email protected]" subject "Having fun in Puerto Rico!" body "Spent the day on the road..." end
but I get the following error: undefined method `generate_message' for #Gmail::Client::Plain:0x007f94813a5fa8 (NoMethodError)
Ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0] Mac OS X 10.7.5
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
The method does exist. Can you give me a longer code example?
I get that error too.
Does it have any Dependency else than "gmail" ?
No branches or pull requests
I followed the example found in the wiki 5) Create new emails!
but I get the following error:
undefined method `generate_message' for #Gmail::Client::Plain:0x007f94813a5fa8 (NoMethodError)
Ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
Mac OS X 10.7.5
The text was updated successfully, but these errors were encountered: