这是我嵌入到图片中的标签:<p><img src=cid:CustomerSignature /></p>System.IO.MemoryStream ms = new System.IO.MemoryStream;System.Net.Mail.Attachment imageAttachment = new System.Net.Mail.Attachm
我正在使用AWS SES Api发送电子邮件,方法是将邮件消息转换为流,但我无法发送密件抄送。amazonClient = new AmazonSimpleEmailServiceClient(credentials, _awsRegion)) using (MemoryStreamresult.Bcc.Add(new MailAddress(bccAddress));
}
public static MemoryStream