Sharing post via email on social Q and A site

From a rails social question and answer site using Twitter Bootstrap, I
want to allow users to
share a question via email. The question would have an email icon that
opens a modal where an email address, name, and comments could be
entered. I am not interested in saving the entered information. It
would get passed to action mailer for the email. What is the best
approach for this? Code helps :slight_smile:

Thanks.

On Aug 12, 2013, at 11:05 PM, rubist2013 rails [email protected]
wrote:

From a rails social question and answer site, I want to allow users to
share a question via email. The question would have an email icon that
opens a modal where an email address, name, and comments could be
entered. I am not interested in saving the entered information. It
would get passed to action mailer for the email. What is the best
approach for this? Code helps :slight_smile:

Are the address & name that of the sender or recipient? Where does the
other (sender or recipient) info come from? What does the mail contain?
Just the comments? At any rate, what actual information do you need to
know? Have you read
Action Mailer Basics — Ruby on Rails Guides yet?