Populate "To:" field with emails from a list/dictionary

I am trying to create a Shortcut that allows me to select emails from a pre-defined list and then use that selection to populate the “To:” field of a new email. I would prefer this to work in Spark, but I would be happy if it worked in Mail. I cannot seem to find a way to get the listed emails into the “To:” field. Anyone know how this can be done?

I don’t have Spark, but this works in Mail (tested on iOS 13.0):

  1. Text box with your list of emails.
  2. Split the list into individual lines and present the list to the user to select one or more email addresses.
  3. Text for the subject line and body (just for the example – could be sourced outside the Shortcut).
  4. Build the email using the magic variables.

Hope this makes sense and helps.

3 Likes

Thanks, this is helpful.