I have a table with email addresses and want to write code to send automatic reminders using these addresses. The group is required to submit information on a monthly basis and when it is late I need to send a reminder. The table will contain an indicator whether the person has submitted required information or not.
I don't want to hardcode all the email addresses since I need flexibility knowing there will be periodic turnover.
I've seen code like this but don't have a copy and can't find a sample.
I don't want to hardcode all the email addresses since I need flexibility knowing there will be periodic turnover.
I've seen code like this but don't have a copy and can't find a sample.