How to create an email group easily in Mac OS X?

Solution 1:

Typically, if you had many people from your Contacts you would simply create a group by following:

  1. Open Contacts.app and select "File" -> "New Group"
  2. Enter the name of the group you are creating.
    • This is what you will type into mail, and will effectively be the name of your "distribution list".
  3. Go back to "All Contacts" and drag the contacts in that you would like to be in your group.
  4. Now, when you want to sent to that group, just type in the group's name and Mail.app will automatically populate the sending information.

However, for your situation, that won't work very well as you need to create a distribution list for many people who aren't in your Address book (per your edit). With a tip borrowed from iOS, and a hack, you should be set.

  1. Your list of email addresses must be comma-delimited. If it is separated by line breaks, then this likely won't work. So first we need them comma delimited.
  2. Now we will create a contact, and name it "2013 4Q Students" or something.
  3. Next, we will put our comma-delimited list of email addresses into one email field.
    • I assume there is an arbitrary limit on how many email addresses you can put into one field, but I don't know from experience what that might be.
  4. Type the new "contact" name into a Mail.app compose "To" field. It will come up with the standard blue bubble and all those email addresses will be packed inside.
  5. Now we proceed with a small hack: click the down-arrow next to the contact name in the blue bubble.
  6. Click "Edit Contact".
  7. Remove the contact name ("2013 4Q Students") from the beginning and the "<".
  8. Type Command + right arrow to reach end of email address line, and remove the ">".

Just a little cumbersome, but this should work for you.