Part of twisted.mail.relaymanager View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | getCompletionDeferred | Undocumented |
Method | notifySuccess | a relay sent a message successfully |
Method | notifyFailure | Relaying the message has failed. |
Method | notifyDone | A relaying SMTP client is disconnected. |
Method | notifyNoConnection | Relaying SMTP client couldn't connect. |
Method | _finish | Undocumented |
a relay sent a message successfully
Mark it as sent in our listsA relaying SMTP client is disconnected.
unmark all pending messages under this relay's responsibility as being relayed, and remove the relay.Relaying SMTP client couldn't connect.
Useful because it tells us our upstream server is unavailable.