1.
In Django, which of these is used to send an email to managers?
2.
In Django, which of these is used to send an email to admin?
3.
In Django, managers are defined in _______________________.
4.
In Django, admins are defined in ______________________.
5.
In Django, which of these exists in data tuple parameter?
6.
Which of the following methods is used to send multiple e-mails at a time in Django?
7.
In Django, when you set a password in settings.py, you must set the password again while sending an email
8.
In Django, when you set a username in settings.py, you much set the username again while sending an email.
9.
Which of the following parameter doesn’t pass to sending an email?
10.
In Django, which of the following parameters is passed while sending an email?