Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6361947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:50:36+00:00 2026-05-24T23:50:36+00:00

Using the Mail gem (i.e. Rails + ActionMailer), is there a clean way to

  • 0

Using the Mail gem (i.e. Rails + ActionMailer), is there a clean way to get the display name of the recipient?

I can get the address with:

mail.to.first

And I can get the formatted display name + address with:

mail.header_fields.select{ |f| f.name == "To" }.first.to_s

But how can I get just the display name part (i.e. before the < and >). I know somebody is going to suggest a Regex, but that’s not what I’m looking for, since I’d then have to parse out any encoding, which is something the Mail gem probably already does. I’m the author of a popular Mailer library in PHP and am aware of the pitfalls of just assuming the bit before < and > is human-readable, in the headers, when 8-bit characters come into play.

I can do this:

mail.header_fields.select{ |f| f.name == "To" }.first.parse.individual_recipients.first.display_name.text_value

But there must be a better way? 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:50:37+00:00Added an answer on May 24, 2026 at 11:50 pm

    Figured it out, sorry. For anyone else who hits this thread looking for the solution:

    mail[:to].display_names.first
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the simplest way to send mail using Ruby on Rails? Is there
once we send email from php using mail() function, is there any way to
Note: Using Rails 3.1 and current delayed_job gem. I have a User model that
[edit] I can delay all mail using delayed_job plugin on a shared server with
I'm using the mail gem to parse a set of emails. Unfortunately one of
I'm trying to read an email using ruby mail gem. But mail.body.decoded returns me
I am using ri_cal gem to generate ics file. In my mailer:-- def appointment_book(appointment,recipient,appointment_with)
In my rails application (running on a mac), I'm using a gem called pony.
I am just getting started learning rails. I am building my first app using
I am using the 'contacts' gem in rails to retrieve a users contacts from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.