I am trying to find a efficient way for our users to email multiple contacts within CRM with a custom email (no templates) on demand.
After playing around with it for a long time, I came up with the following:
- Create a custom view under "Contacts" that holds the group you want to email.
- Select one of the contacts, go to the "Add" tab, and select "Email"
- Click the search box beside "To" and fill out the popup with the following:
- Look for: "Contact"
- View: "-The name of your custom view from step 1-"
- Select all of the contacts in the view
- Click "Add"
- Click "OK"
- Complete the email and send it
However, this is not efficient and would confuse our users. I am looking for a better solution to email multiple users at once within CRM or to dynamically pull contacts from CRM and put them in a distribution list in Outlook 2013 (probably not even possible).