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
ERROR: 06/17/2019 07:15:41 PM Failed to send succcess e-mail.
Traceback (most recent call last):
File "/home/user/Software/goes-notify/goes-notify.py", line 73, in notify_send_email
server.sendmail(sender, recipient, msg.as_string())
File "/usr/lib64/python2.7/smtplib.py", line 750, in sendmail
raise SMTPDataError(code, resp)
SMTPDataError: (554, "Transaction failed: Duplicate header 'MIME-Version'.")
Traceback (most recent call last):
File "/home/user/Software/goes-notify/goes-notify.py", line 211, in
main(settings)
File "/home/user/Software/goes-notify/goes-notify.py", line 149, in main
notify_send_email(dates, current_apt, settings, use_gmail=settings.get('use_gmail'))
File "/home/user/Software/goes-notify/goes-notify.py", line 77, in notify_send_email
log(e)
NameError: global name 'log' is not defined
Here is my config. I use this SES account, and the same settings, with multiple other apps:
ERROR: 06/17/2019 07:15:41 PM Failed to send succcess e-mail.
Traceback (most recent call last):
File "/home/user/Software/goes-notify/goes-notify.py", line 73, in notify_send_email
server.sendmail(sender, recipient, msg.as_string())
File "/usr/lib64/python2.7/smtplib.py", line 750, in sendmail
raise SMTPDataError(code, resp)
SMTPDataError: (554, "Transaction failed: Duplicate header 'MIME-Version'.")
Traceback (most recent call last):
File "/home/user/Software/goes-notify/goes-notify.py", line 211, in
main(settings)
File "/home/user/Software/goes-notify/goes-notify.py", line 149, in main
notify_send_email(dates, current_apt, settings, use_gmail=settings.get('use_gmail'))
File "/home/user/Software/goes-notify/goes-notify.py", line 77, in notify_send_email
log(e)
NameError: global name 'log' is not defined
Here is my config. I use this SES account, and the same settings, with multiple other apps:
"email_from": "myawsemail@mydomain.com",
"email_to": ["mypersonalemail@gmail.com"],
"email_server": "email-smtp.us-east-1.amazonaws.com",
"email_port": 587,
"email_username": "myawsaccount",
"email_password": "hunter2",
"__comment": "Below are optional:",
"use_gmail": false,
"gmail_password": "",
"no_email": false,
"no_spamming": true,
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: