Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: SESV2 send_email with HTML body #6927

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

forzagreen
Copy link
Contributor

Fix of #6909, part 2.

#6913 handled the case of "Text" body. The goal of this PR is to handle the "Html" body case.

Ref: see SES v2 send_email.
Cc: @bblommers

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #6927 (11b2bad) into master (a1f2611) will increase coverage by 0.00%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #6927   +/-   ##
=======================================
  Coverage   95.82%   95.82%           
=======================================
  Files         826      826           
  Lines       81107    81111    +4     
=======================================
+ Hits        77722    77726    +4     
  Misses       3385     3385           
Flag Coverage Δ
servertests 36.72% <0.00%> (-0.01%) ⬇️
unittests 95.77% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
moto/sesv2/responses.py 95.77% <100.00%> (+0.25%) ⬆️

Copy link
Collaborator

@bblommers bblommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks for adding this @forzagreen!

@bblommers bblommers added this to the 4.2.7 milestone Oct 18, 2023
@bblommers bblommers merged commit a329641 into getmoto:master Oct 18, 2023
75 of 84 checks passed
toshyak pushed a commit to toshyak/moto that referenced this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants