EmailUsersCourseData_1#

class EmailUsersCourseData_1[source]#

This format is deprecated and will be removed in Nobel.2

subject: str#

The subject of the email

body: str#

The plain text body of the email

email_all_users: bool#

Email all users of the course except those specified in usernames. If false we will email only the users specified in usernames.

usernames: Sequence[str]#

The usernames of the users to email (or not to email, depending on the value of email_all_users).