Invite Friends

how to send Invitation to friends and other peoples through rails3 application please tell me the solution for this problem i am a fresher of ruby on rails

for facebook ? or twitter application ?

ActionMailer

Sorry no idea about ActionMailer friend requests.

Sorry no idea about ActionMailer friend requests.

Please don't top post, it makes it difficult to follow the thread. Insert you reply at appropriate points in previous post. Thanks

ActionMailer will help you to send emails from your application, which is presumably what you are trying to do.

Colin