| Author |
Mail Sending in Ruby on Rails
|
Selva Chezhian Labam
Greenhorn
Joined: Sep 08, 2010
Posts: 9
|
|
Hi All,
How send email to the users through Ruby on Rails? I have the users' email id in my database.
|
 |
Sumit Bisht
Ranch Hand
Joined: Jul 02, 2008
Posts: 272
|
|
There's a subframework within Rails, Action Mailer, that is used to send/receive emails.
Try using script/generate mailer <mailername> <mail action> <mail action2> for a quick review.
See, http://am.rubyonrails.org
|
 |
 |
|
|
subject: Mail Sending in Ruby on Rails
|
|
|