Is there a good way to send multiple rows in one email, grouped on a field? For example if my data is:
Vendor // Quantity // Item
vendora@gmail.com // 2 // Apple
vendora@gmail.com // 7 // Pear
vendorb@gmail.com // 10 // Kiwi
I would want to group the information sent based on the vendor field; Vendor a would receive 1 email with 2 fields and vendor b would receive 1 email with 1 field.
Ideally would love to send a CSV file with the information filtered by a field but if there is a way to do it in a semi-formatted way in just an email that would work too.