Title: scottstone's Replies | WordPress.org

---

# scottstone

  [  ](https://wordpress.org/support/users/scottstone/)

 *   [Profile](https://wordpress.org/support/users/scottstone/)
 *   [Topics Started](https://wordpress.org/support/users/scottstone/topics/)
 *   [Replies Created](https://wordpress.org/support/users/scottstone/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/scottstone/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/scottstone/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/scottstone/engagements/)
 *   [Favorites](https://wordpress.org/support/users/scottstone/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 and pipes with multiple emails per pipe](https://wordpress.org/support/topic/contact-form-7-and-pipes-with-multiple-emails-per-pipe/)
 *  [scottstone](https://wordpress.org/support/users/scottstone/)
 * (@scottstone)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/contact-form-7-and-pipes-with-multiple-emails-per-pipe/#post-5748458)
 * I was able to solve this by putting my list `[subject-list]` shortcode in the
   To: field in Mail section.
 * **Here’s a little more detail:**
 * My Form with Pick List containing Pipes for mail recipients:
 *     ```
       <p>Subject (required)<br />
           [select* subject-list include_blank "Customer Service | Customer Service <help@mycompany.com>" "Sales & Business Development | Sales Team <sales@mycompany.com>" "Media |  Person One <person1@mycompany.com>, Person Two <person2@mycompany.com>, Person Three <person3@mycompany.com>," "Client Services | Person One <person1@mycompany.com>, Person Two <person2@mycompany.com>, Person Three <person3@mycompany.com>, Person Four <person4@mycompany.com>"] </p>
       ```
   
 * I then just set the To: field to `[subject-list]`
 * I used `[_raw_subject-list]` in the Subject field of the Mail template to help
   the recipient understand the context of the mail they were receiving.

Viewing 1 replies (of 1 total)