codebots.bots.emailbot.Sender#

class codebots.bots.emailbot.Sender(username, password)[source]#

Sender class to manage the sender email settings.

Parameters:
usernamestr

username used to access the sender email account

passwordstr

password used to access the seder email account

Attributes:
password

str : password used to access the sender email account

username

str : username used to access the sender email account

Methods

form_file(config_file)

read the access token form a file.