How can I send email with custom format with AWS SES in iOS swift?

前端 未结 0 604
执笔经年
执笔经年 2021-01-17 06:05
let subject = AWSSESContent() 
subject?.data = "Subject here"
subject?.charset = "UTF-8"
let messageBody = AWSSESContent()
messageBody?.data =  &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题