FOSSEE / workshop_booking

Workshop booking interface in Django.
GNU General Public License v3.0
2 stars 11 forks source link

Change the custom send_email function #123

Open ankitjavalkar opened 4 years ago

ankitjavalkar commented 4 years ago

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.