pybitmessage.class_smtpDeliver module

SMTP client thread for delivering emails

class smtpDeliver(name=None)[source]

Bases: pybitmessage.network.threads.StoppableThread

SMTP client thread for delivery

name = 'smtpDeliver'
stopThread()

Relay shutdown instruction

classmethod get()

(probably) Singleton functionality

run()

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.