Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-ide committed Jun 27, 2024
2 parents 24d14a8 + 2f9994f commit a147555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/mimemail.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def send_mail(subject, msg, to, to_name=None):
else:
message["To"] = formataddr((Config.TO_NAME, Config.TO))

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

Expand Down

0 comments on commit a147555

Please sign in to comment.