Email reply to actionmailer

I am using the action mailer, and i want to reply the email, below piece of code using **user_mailer.rb **

def send_mail_agent(user) @user = user mail(:to=> user.email, :reply_to => user.email)