πŸ“Š Django
Q. Which of the following can be used to send emails in Django?
  • (A) send_mail()
  • (B) send_email()
  • (C) mail_send()
  • (D) deliver_mail()
πŸ’¬ Discuss
βœ… Correct Answer: (A) send_mail()

Explanation: `send_mail()` is the built-in function in Django to send emails.

Explanation by: Mr. Dubey
`send_mail()` is the built-in function in Django to send emails.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
59
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate