Hi all, The Error: wrong number of arguments (2 for 1) app/controllers/users_controller.rb:31:in `new'' script/server:48 The mailer function: def signup( user, pass ) # Email header info MUST be added here @recipients = user.email @from = "info-p14LI7ZcAE/pVLaUnt/cCQC/G2K4zDHf@public.gmane.org" @subject = "Your account in ... was created" # Email body substitutions go here @body["first_name"] = user.first_name @body["last_name"] = user.last_name @body["login"] = user.login @body["pass"] = user.pass end The line 31 (users/new): Mailer::deliver_signup( @user, pass ) Thank you all! -- Pedro C. Valentini pedro-p14LI7ZcAE/pVLaUnt/cCQC/G2K4zDHf@public.gmane.org +55 (21) 8708-8035 _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails