Mail interface

The mail_interface module creates the mail sender interface of the GUI.

class mail_interface.MailSenderInterface(window, style, username, password)

Bases : object

Manage mail sender interface.

property username

Get username.

property password

Get password.

check()

Check fields.

send()

Send an email.