Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 2, 2024
1 parent 7f0263f commit 9f46e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambdas/email_sender/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def lambda_handler(event, context):
ses = boto3.client('ses')
s3 = boto3.client('s3')

print("multipart_mime_type: ", multipart_mime_type)
msg = MIMEMultipart(multipart_mime_type)
msg['Subject'] = subject
msg['From'] = sender_email
Expand Down

0 comments on commit 9f46e9c

Please sign in to comment.