We are attempting to set up two intelligent agents in the same course. Two categories have been set up - Instructor and Student.
- The first IA will send a msg to the instructor if they have not accessed the course for four days.
- The second IA will send a msg to a student who has not accessed the course for four days.
We set up the agents successfully. However, we would like to change the following for each category:
Name that the emails come from
Reply-To address for responses
Question 1: The "from" and "reply-to" for students needs to be the name and email of the instructor. What variables can we use to do this?
Question 2: How can we specify unique "from" and "reply-to" settings for the two categories?