codebots.bots.emailbot.EmailBot.send_email# Method EmailBot.send_email(receiver, subject, body, attachment=None)[source]# Send an email to an email address. Parameters: receiverstremail address of the receiver subjectstrsubject of the email bodystrbody text of the email attachmentstr, optionalpath to the file to attach, by default None