I am using ActionMailer and in my mailer model, I have a from set like this
default :from => \"from@example.org\"
In my environment.rb,
It appears that now it's possible to send emails with a different sender through gmail's SMTP.
I've listed my way to do it here:
Send an email through gmail but configure a different email address