Q. Which of the following can be used to send emails in Django?
β
Correct Answer: (A)
send_mail()
Explanation: `send_mail()` is the built-in function in Django to send emails.