0

I m new at ROR, so it may be a silly ques. I'm using ActionMailer to send a mail to any reciepient. Initially i have tried it using gmail smtp setting. But in that everytime the mail is sent, it is from the same mail_id. But in my application I want sender to be different at different time. So, is it possible to do it using ActionMailer??

Krishna Kumar
  • 511
  • 1
  • 9
  • 21

1 Answers1

1

Not sure what version of Rails you are on (it shouldn't matter for this one), but this question has already been answered here: Rails and Gmail SMTP, how to use a custom from address

Community
  • 1
  • 1
Jeff Steil
  • 1,770
  • 17
  • 20