You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class acts as a protocol for email handlers. As long as these five methods are implemented, The main method can be changed to support more output sources (stdout, Microsoft Exchange, etc). It defines the five methods below which any handler must implement to be dropped in to email the rendered template. The methods are documented below.
The protocol/interface spec is enforced using the ABCMeta class and the @abstractmethod decorator.