I have a web app and i want to add compose mail function so that the users can send the mail to others. I have searched for it and found only the confirmation mail sending after registration but i want the user to login and then he should be able to send a mail. how can i do this? Please help me.
Share
You have to use action mailer to send mail,visit rails guilde.It’s simple if you know little bit of rails