Redmind commited on
Commit
64bca3c
·
verified ·
1 Parent(s): 38c665d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ def send_email_with_attachment(recipient_email, subject, body, attachment_path):
262
 
263
  # Open the file to be sent
264
  attachment = open(attachment_path, "rb")
265
-
266
  # Instance of MIMEBase and named as p
267
  part = MIMEBase('application', 'octet-stream')
268
 
 
262
 
263
  # Open the file to be sent
264
  attachment = open(attachment_path, "rb")
265
+ print("Attached the image")
266
  # Instance of MIMEBase and named as p
267
  part = MIMEBase('application', 'octet-stream')
268