def test3_send_email(self):
     email_props = EmailProperties("The new cafeteria is open.",
                                   "Meet for lunch?",
                                   [test_user_principal_name])
     Utility.send_email(self.client, email_props)
     self.client.execute_query()
 def test3_send_email(self):
     email_props = EmailProperties("The new cafeteria is open.",
                                   "Meet for lunch?",
                                   [settings.get('first_account_name')])
     Utility.send_email(self.client, email_props)
     self.client.execute_query()