我正在向Amazon SES发送邮件。
以下邮件已发送,但虽然邮件中有CC地址但亚马逊实际上并未向CC的地址发送电子邮件。
我看不出我做错了什么。
以下是原始电子邮件:
Delivered-To: personToAddres@gmail.com
Received: by xx.xxx.xxx.1x5 with SMTP id i7xxx3xxx4qaz6;
Wed, 26 Mar 2014 04:33:49 -0700 (PDT)
X-Received: by xx.xxx.xx.xxx7 with SMTP id xxx5057wiw.xx8;
Wed, 26 Mar 2014 04:33:48 -0700 (PDT)
Return-Path: <xxx-xxxx-xxx-x9xx-xx-xxx@xxxx.amazonses.com>
Received: from xx-xxx.smtp-out.x10xx.amazonses.com (xxx.smtp-out.xxx.amazonses.com. [xx.xxx.xx.xxx])
by mx.google.com with ESMTPS id fxxx.x11xx.xxx.xx
for <personToAddres@gmail.com>
(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
Wed, 26 Mar 2014 04:33:48 -0700 (PDT)
Received-SPF: pass (google.com: domain of xxx12x-xxx-xxx-xxx-xxx-xxx-xxx@xxx.amazonses.com designates xx.x15xx.x.xxx as permitted sender) client-ip=xx.xxx.x.xxx;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of xxx-xx13x-xxx-xx-xx-xx@xxx.amazonses.com designates xx.xx16.x.x as permitted sender) smtp.mail=x14xx@.amazonses.com
Return-Path: xx17x@.amazonses.com
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="=xxx18x"
From: no-reply@x19xx.co
Subject: Your February Report
Cc: info@carbonCopyAddress.com
Date: Wed, 26 Mar 2014 11:33:46 +0000
Message-ID: <xx20x@xxx.amazonses.com>
X-SES-Outgoing: 2014.03.26-xx.x21xx.x.1xx
--=_xxxxx22xxx1
Content-Type: multipart/alternative;
boundary="=_xxx23xxxxxxx2"
--=_xx24xxxxxxxx3
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1
this is additional email text
--=_xxxxx25xxx4
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=ISO-8859-1
<p>Dear Mr and Mrs Peson</p>...
答案 0 :(得分:0)
如果您使用SendRawEmailRequest发送电子邮件,则需要确保将cc和bcc地址添加到Destinations集合