You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my emails from the runner were not delivered because of mail server complaining about the missing Date: header. I fixed this locally by importing email.utils and adding the header to the message using msg["Date"] = formatdate(), but I am in no way a python programmer so there might be a simpler/better solution. Anyway, might be something to consider in the future update.
The text was updated successfully, but these errors were encountered:
Hi, my emails from the runner were not delivered because of mail server complaining about the missing
Date:
header. I fixed this locally by importingemail.utils
and adding the header to the message usingmsg["Date"] = formatdate()
, but I am in no way a python programmer so there might be a simpler/better solution. Anyway, might be something to consider in the future update.The text was updated successfully, but these errors were encountered: