search for: capitalized_nam

Displaying 1 result from an estimated 1 matches for "capitalized_nam".

Did you mean: capitalized_name
2010 Nov 09
3
Rails 3 Action Mailer issue
...:password => "secret", :authentication => "plain", :enable_starttls_auto => true } and my mailer class looks like, class TestMailer < ActionMailer::Base def registration_confirmation(user) @user = user mail(:to => "#{@user.capitalized_name} <#{@user.email}>", :subject => "Welcome", :from => ''registration-do-not-reply-J0of1frlU80@public.gmane.org'') end end When the email gets sent, in the console I see that the following : Sent mail to xxxxxxx-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org (2...