How can we set the name of the email sender in Rails Mailer?

Viewed 21366

Whenever I send an email through my Rails app, in my inbox, the name of the sender is shown as "admin".. The email is admin@... The first part of the domain is shown. Im using Mandrill to send the email. How can I change this name?

2 Answers
Related