Q. Which of these can be used to send HTML emails in Django?
β
Correct Answer: (A)
send_mail with html_message parameter
Explanation: html_message parameter allows sending HTML content using send_mail.