Base¶ base ¶ Email client base interface. Defines the abstract interface for email clients. All email implementations (SMTP, console, third-party services) must inherit from EmailClient. Classes¶ EmailClient ¶ Bases: ABC Abstract base class for email clients. Implementations must provide methods for sending verification and password reset emails.