pragnakalp commited on
Commit
f41e633
1 Parent(s): ad311aa

Update send_email_user.py

Browse files
Files changed (1) hide show
  1. send_email_user.py +1 -0
send_email_user.py CHANGED
@@ -60,6 +60,7 @@ def send_user_email(input_img,hostname,text_output,Method):
60
 
61
  server = gmail_login()
62
  print("login success")
 
63
  temp = server.sendmail(fromadd, toadd, msg.as_string())
64
  print("temp=.", temp)
65
  print("email sent to", toadd)
 
60
 
61
  server = gmail_login()
62
  print("login success")
63
+ print(msg)
64
  temp = server.sendmail(fromadd, toadd, msg.as_string())
65
  print("temp=.", temp)
66
  print("email sent to", toadd)