Awijeet Aw wrote in post #972165: > /opt/local/lib/ruby/gems/1.8/gems/mail-2.2.13/lib/mail/core_extensions/smtp.rb:7:in > `remove_method': method `tlsconnect' not defined in Net::SMTP > (NameError) > from > /opt/local/lib/ruby/gems/1.8/gems/mail-2.2.13/lib/mail/core_extensions/smtp.rb:7 Looks like a bug in the 'mail' gem to me. I suggest you find the project and raise a ticket, or contact the author directly. Describe exactly what O/S and version of ruby you're running. Preferably include the smallest possible program which reproduces the bug. It might be as simple as: require 'rubygems' require 'active_support' require 'mail' -- Posted via http://www.ruby-forum.com/.