AWS SES句柄不存在带有Lambda的邮箱 [英] AWS SES handle doesn't exist mailbox with Lambda

查看:71
本文介绍了AWS SES句柄不存在带有Lambda的邮箱的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试使用AWS SES处理获取电子邮件时的一些应用程序数据.

I try to use AWS SES for handle some app data on get email.

我已经使用AWS SES验证了mydomain.com.我想处理发送到地址1@mydomain.com 2@mydoamin.com的动态电子邮件,其中1,2 id来自数据库.

I've verified mydomain.com with AWS SES. I want handle dynamic email to addresses 1@mydomain.com 2@mydoamin.com, where 1,2 id from database.

我想使用AWS lambda来处理它,但由于得到以下内容而无法做到:

I want handle it with AWS lambda, but I can not do it because I get:

550 5.1.1未执行请求的操作:邮箱不可用

550 5.1.1 Requested action not taken: mailbox unavailable

有什么方法可以绕过邮箱的创建吗?

Is there any way to bypass the creation of mailboxes?

如何通过SES更改电子邮件地址,以便将所有电子邮件发送到一个现有邮箱?

How can I change to email address via SES, for send all emails to one pre existed mailbox?

推荐答案

错误

550 5.1.1未执行请求的操作:邮箱不可用

550 5.1.1 Requested action not taken: mailbox unavailable

不是AWS Lambda或AWS SES问题.这是电子邮件接收端的问题.问题是1@mydomain.com的接收端没有人接收电子邮件.

is not an AWS Lambda or AWS SES issue. It is an issue on the receiving end of the email. The problem is that there is no one on the receiving end of 1@mydomain.com to receive the email.

Lambda和SES无法避免该问题.要解决此问题,您必须通过以下方式在接收端解决此问题:

Lambda and SES cannot avoid the issue. To handle the issue, you must resolve it on the receiving end by:

  • 创建收件箱,或
  • 设置别名,或
  • 将电子邮件通配到默认收件箱

完成此操作的技术步骤取决于您的接收端邮件服务器.

The technical steps to accomplish this will depend on your receiving-end mail server.

这篇关于AWS SES句柄不存在带有Lambda的邮箱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆