0

我正在使用 Amazon SES 发送邮件。

以下邮件已送达,但尽管邮件中有抄送地址,但亚马逊实际上并未将电子邮件发送到抄送地址。

我看不出我做错了什么。

这是原始电子邮件:

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>...
4

1 回答 1

0

如果您使用 SendRawEmailRequest 发送电子邮件,您需要确保将 cc 和 bcc 地址添加到 Destinations 集合

于 2015-11-27T10:27:30.767 回答