ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.73k stars 238 forks source link

from and to should show name and Email when specified #45

Closed racorbit closed 12 years ago

racorbit commented 12 years ago

when setting sender or recipient to "Full Name full.name@somewhere.com" it only shows the email address in the letter opener preview and thus had me troubleshooting all over the place assuming action mailer wasn't working :)

nashby commented 12 years ago

@racorbit it's already in master so give it a try, thanks!

Gemfile:

gem 'letter_opener', github: 'ryanb/letter_opener', branch: 'master'