diff --git a/src/datastation/common/send_mail.py b/src/datastation/common/send_mail.py index e4c54b4..ed1258b 100644 --- a/src/datastation/common/send_mail.py +++ b/src/datastation/common/send_mail.py @@ -3,14 +3,22 @@ # https://docs.python.org/3/library/email.html#module-email # https://docs.python.org/3/library/email.examples.html + class SendMail: # def __init__(self): # pass @staticmethod - def send(to_email, subject, message_body, attachment): - email_template = " -s '{0}' {1}<