from django.conf import settings from django.core.exceptions import ImproperlyConfigured from django.test import TestCase from djrill.mail import DjrillMessage class DjrillMessageTests(TestCase): def setUp(self): self.subject = "Djrill baby djrill." self.from_name = "Tarzan" self.from_email = "test@example" self.to = ["King Kong ", "Cheetah