Hello,
I have the following final table (every day the table contents change):
I would like to send an email to each record in the table.
According to the example, I will send 5 emails.
The Email:
From: [email protected]
To: <Mail_To>
Subject: Closing <Account_Number> - <Branch_ID>
Email content:
<Credit_Card_Group> , <Date>
Cancel any instructions in the account <Account_Number> - <Branch_ID> -<Bank_ID>
Thanks.
Example of an email from the table:
From: [email protected]
To: [email protected]
Subject: Closing 1234567 - 1
Email content:
pix, 01/10/2020
Cancel any instructions in the account 1234567 - 1 - 20
Thanks.
I would appreciate your help.