Edit the section
# If defined, feedbackRecipients overrides the list of recipients for feedback # email. It's appropriate to set this in the course.conf for specific courses, # but probably not in global.conf. if not defined, mail is sent to all # professors and TAs for a given course $mail{feedbackRecipients} = [ 'gage@math.rochester.edu', #'prof1@yourserver.yourdomain.edu', #'prof2@yourserver.yourdomain.edu', ];
in global.conf
Feedback mail will be sent to all of the addresses listed in this variable.
<| Post or View Comments |>
|