无法在已validation的电子邮件之间发送电子邮件

我写了一个使用SES发送电子邮件的节点js代码。 我正在testing它,我有3封电子邮件添加和validation。 他们是

[email protected] [email protected] [email protected] 

我已经创build了一个发送电子邮件的apigateway。

答复如下。

 [email protected] -> [email protected] ---- sent successfully ---- received the message [email protected] -> [email protected] ---- sent successfully ---- received the message [email protected] -> [email protected] ---- sent successfully ---- received the message [email protected] -> [email protected] ---- sent successfully ---- received the message [email protected] -> [email protected] ---- sent successfully ---- didn't received the message [email protected] -> [email protected] ---- sent successfully ---- didn't received the message [email protected] -> [email protected], [email protected] ---- sent successfully ---- message received to gmail but didn't received the message to [email protected] [email protected] -> [email protected], [email protected] ---- sent successfully ---- message received to both the email addresses 

这很混乱。 请让我知道我哪里错了,我该如何解决这个问题。

谢谢