twisted.mail.test.test_mail.DummySmartHostSMTPRelayingManager(object) class documentationtwisted.mail.test.test_mail
(View In Hierarchy)
A fake smart host to use for testing.
| Instance Variable | managed | A mapping of a string identifying a managed relayer to filenames of 
messages the managed relayer is responsible for. (type: dictofbytes->listoflistofbytes) | 
| Instance Variable | queue | See __init__. | 
| Method | __init__ | Initialize the minimum necessary members of a smart host. | 
Initialize the minimum necessary members of a smart host.
| Parameters | queue | A queue that can be used for testing purposes. (type: DummyQueue) |