Q. Which of the following settings must be set for sending email in Django?
β
Correct Answer: (C)
EMAIL_BACKEND
Explanation: `EMAIL_BACKEND` specifies the method Django uses to send email.