Cannot send e-mail with rails 2.3.4(I could with 2.3.2)
- by Brian Roisentul
I'm working with ruby on rails 2.3.4 and I yesterday I found out I cannot send emails any more.
The email-related credentials are ok because I could send emails until I upgraded my rails version about two weeks ago.
The error message I get is the following:
ArgumentError in UsersController#create
wrong # of arguments(3 for 2)
…