
# Sniplet of code to understand what was attached....

mail_attachment="m360.py"
with open(mail_attachment, "rb") as attachment:
    x = attachment.read()
    print(x)
