I am trying to figure out the best way to send bunch of emails to different recipients along with a different attachment for each person.
So, currently, I have this below. How do I modify the attachment script to choose from the same line as the contacts list?
So, currently, I have this below. How do I modify the attachment script to choose from the same line as the contacts list?
VBA Code:
.Display
.To = toemail
.CC = ccemail
.subject = subject
.HTMLBody = body & .HTMLBody
.Attachments.Add tempFilename
Contact | List ID | Email address | CC Email | Attachment |
Pablo Lobster | 2 | pablo@hunger.com | me@menu.com | recipe.pdf |
Elvira Crabs | 3 | elvira@cooks.com | Pol@pots.com | crabs.pdf |