Skip to content

Commit a147555

Browse files
committed
Merge branch 'development'
2 parents 24d14a8 + 2f9994f commit a147555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/mimemail.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def send_mail(subject, msg, to, to_name=None):
4343
else:
4444
message["To"] = formataddr((Config.TO_NAME, Config.TO))
4545

46+
message.add_header("X-SES-CONFIGURATION-SET", "edi-dedicated")
4647
part = MIMEText(msg, "plain")
4748
message.attach(part)
4849

0 commit comments

Comments
 (0)