Oct-27-2018, 05:26 PM
(Oct-25-2018, 10:08 PM)jameseroni Wrote:That might work if you re-createwhile True: try: server.sendmail(email_user,email_send,text) print("Success") time.sleep(20)
text
each time. But as it is, you build the email body once when the script starts up, and then send that one email over and over every 20 seconds.