I would like to send one email directed to multiple people. Also, if the recipients are from the same company, they should be in the same email thread.
For example:
**To: jenna@abcompany.com, mark@abcompany.com
From: Me
Dear Jenna and Mark,
XXXX
Best regards,
Me**
Is there any way I could use VBA to:
(a) put two first names in the email body and
(b) put all recipients in the same email if they come from the same company.
Thank you!