I would like to send an email for each person in a table based on the confirmation column.
Meaning if is True, that person will receive the email. Otherwise not.
I would like also to choose to send to everyone (Confirmed as True) or to send individually.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Email[/TD]
[TD]Type[/TD]
[TD]Confirm[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]john@mail.com[/TD]
[TD]TO:[/TD]
[TD]True[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD]mary@mail.com[/TD]
[TD]CC:[/TD]
[TD]False[/TD]
[/TR]
[TR]
[TD]Anne[/TD]
[TD]anne@mail.com[/TD]
[TD]TO:[/TD]
[TD]True[/TD]
[/TR]
</tbody>[/TABLE]
Ps.: The column type defines the recipient, if will be "To" or "CC" Carbon Copy.
Meaning if is True, that person will receive the email. Otherwise not.
I would like also to choose to send to everyone (Confirmed as True) or to send individually.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Email[/TD]
[TD]Type[/TD]
[TD]Confirm[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]john@mail.com[/TD]
[TD]TO:[/TD]
[TD]True[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD]mary@mail.com[/TD]
[TD]CC:[/TD]
[TD]False[/TD]
[/TR]
[TR]
[TD]Anne[/TD]
[TD]anne@mail.com[/TD]
[TD]TO:[/TD]
[TD]True[/TD]
[/TR]
</tbody>[/TABLE]
Ps.: The column type defines the recipient, if will be "To" or "CC" Carbon Copy.