In my rails application, I am using gmail SMTP settings.But even though I gave this ActionMailer::Base.default :from => 'some@emailaddress.com'
in my environments file , The from address which showing in the email is the user_name field which I gave in the SMTP settings along with the password.
Is there any way to display any custom email address?
Pls comment If u didn't get my question