πŸ“Š Django
Q. Which of these can be used to send HTML emails in Django?
  • (A) send_mail with html_message parameter
  • (B) send_html_mail
  • (C) send_mail_html
  • (D) send_html
πŸ’¬ Discuss
βœ… Correct Answer: (A) send_mail with html_message parameter

Explanation: html_message parameter allows sending HTML content using send_mail.

Explanation by: Mr. Dubey
html_message parameter allows sending HTML content using send_mail.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate