You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's worth anything, the lines 59 to 104 could be simplified without the if, hence reducing the code duplication. The only difference is "text" vs "html".
There could be a if before, or a function call with the type.
Ex if you want to default to Html:
email_type = "Html"
if data_option != 'Html':
email_type = "Text"
response = client.send_email(
(...)
'Body': {
email_type: {
Hello,
The AWS SES app is missing the possibility to use the "reply to" field of an email
The text was updated successfully, but these errors were encountered: