def test_no_recipient_has_cc_bcc(self):
     m = no_recipient_has_cc_bcc()
     sendgrid = SendgridProvider()
     self.assertEqual(sendgrid.send_message(m), False)
 def test_no_recipient_has_cc_bcc(self):
     m = no_recipient_has_cc_bcc()
     mailgun = MailGunProvider()
     self.assertEqual(mailgun.send_message(m), False)