Skip to content

Instantly share code, notes, and snippets.

@greenplastik
Created April 7, 2010 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenplastik/359255 to your computer and use it in GitHub Desktop.
Save greenplastik/359255 to your computer and use it in GitHub Desktop.
Loading development environment (Rails 2.3.5)
>> Notifier.deliver_greeting
ArgumentError: wrong number of arguments (3 for 2)
from /Users/anmueller/.rvm/gems/ruby-1.8.7-p249/gems/openrain-action_mailer_tls-1.1.3/lib/smtp_tls.rb:8:in `check_auth_args'
from /Users/anmueller/.rvm/gems/ruby-1.8.7-p249/gems/openrain-action_mailer_tls-1.1.3/lib/smtp_tls.rb:8:in `do_start'
from /Users/anmueller/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/1.8/net/smtp.rb:525:in `start'
from /Users/anmueller/.rvm/gems/ruby-1.8.7-p249/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:682:in `perform_delivery_smtp'
from /Users/anmueller/.rvm/gems/ruby-1.8.7-p249/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:523:in `__send__'
from /Users/anmueller/.rvm/gems/ruby-1.8.7-p249/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:523:in `deliver!'
from /Users/anmueller/.rvm/gems/ruby-1.8.7-p249/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:395:in `method_missing'
from (irb):1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment