diff --git a/headphones/notifiers.py b/headphones/notifiers.py index 26cdb234..ae557a4d 100644 --- a/headphones/notifiers.py +++ b/headphones/notifiers.py @@ -941,6 +941,7 @@ class Email(object): message['From'] = email.utils.formataddr( ('Headphones', headphones.CONFIG.EMAIL_FROM)) message['To'] = headphones.CONFIG.EMAIL_TO + message['Date'] = email.utils.formatdate(localtime=True) try: if headphones.CONFIG.EMAIL_SSL: