The two are related using USERS.userID and TODOS.userID
I would like to send a periodic email to each user listing all of their todo's in the body of the email.
I am having a hard time wrapping my head around it because the only other time I have used a task to send an email I was just sending one email per record in the dataset. For this it seems I will have to use some sort of loop.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
JoeyBrannon
I have two tables
USERS
TODOS
The two are related using USERS.userID and TODOS.userID
I would like to send a periodic email to each user listing all of their todo's in the body of the email.
I am having a hard time wrapping my head around it because the only other time I have used a task to send an email I was just sending one email per record in the dataset. For this it seems I will have to use some sort of loop.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.