We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24d14a8 + 2f9994f commit a147555Copy full SHA for a147555
webapp/mimemail.py
@@ -43,6 +43,7 @@ def send_mail(subject, msg, to, to_name=None):
43
else:
44
message["To"] = formataddr((Config.TO_NAME, Config.TO))
45
46
+ message.add_header("X-SES-CONFIGURATION-SET", "edi-dedicated")
47
part = MIMEText(msg, "plain")
48
message.attach(part)
49
0 commit comments