response = client.send_email( Destination={ 'BccAddresses': [ ], 'CcAddresses': [ '', ], 'ToAddresses': [ '', '', ], }, Message={ 'Body': { 'Html': { 'Charset': 'UTF-8', 'Data': 'This message body contains HTML formatting. It can, for example, contain links like this one: <a href="" target="_blank">Amazon SES Developer Guide</a>.', }, 'Text': { 'Charset': 'UTF-8', 'Data': 'This is the message body in text format.', }, }, 'Subject': { 'Charset': 'UTF-8', 'Data': 'Test email', }, }, ReplyToAddresses=[ ], ReturnPath='', ReturnPathArn='', Source='', SourceArn='',)print(response)