I need to make a mailer client in Ruby on Rails App. I need to send mails FROM multiple address, can I do it?
You can use from param of the mail method: http://api.rubyonrails.org/classes/ActionMailer/Base.html#method-i-mail in ActionMailer.
from
mail