codebots.bots.emailbot.EmailBot#

class codebots.bots.emailbot.EmailBot(config_file=None, sender=None)[source]#

EmailBot.

Parameters:
senderobj

Sender object configured with sender account credentials.

Methods

send_email(receiver, subject, body[, attachment])

Send an email to an email address.