Need to change the email function a little just create a list of instructor email ids and send it directly to send_email function. If it is not possible in send_email function then create a function say send_bulk_email and send the workshop data and list of email ids to that function.
Need to change the email function a little just create a list of instructor email ids and send it directly to send_email function. If it is not possible in send_email function then create a function say send_bulk_email and send the workshop data and list of email ids to that function.