goes-notify
goes-notify copied to clipboard
Error when sending email via AWS SES
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
Here is my config. I use this SES account, and the same settings, with multiple other apps:
"email_from": "[email protected]", "email_to": ["[email protected]"], "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!