πŸ“Š Django
Q. Which of the following settings must be set for sending email in Django?
  • (A) EMAIL_USERNAME
  • (B) EMAIL_PASSWORD
  • (C) EMAIL_BACKEND
  • (D) EMAIL_VIEW
πŸ’¬ Discuss
βœ… Correct Answer: (C) EMAIL_BACKEND

Explanation: `EMAIL_BACKEND` specifies the method Django uses to send email.

Explanation by: Mr. Dubey
`EMAIL_BACKEND` specifies the method Django uses to send email.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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