如何为 Amazon Ec2 中的每个用户创建电子邮件 ID?

发布于 2024-12-29 00:26:12 字数 248 浏览 2 评论 0原文

我正在使用 PHP 在亚马逊 Ec2 中运行我的应用程序。我们使用 S3 来存储图像和文件。现在我想为每个成功注册的用户创建电子邮件 ID。
当用户将邮件从另一个电子邮件 ID 发送到带有附件的特定电子邮件 ID 时,我需要获取文件并上传到 S3。

我阅读了 SES 文档。但我没有任何线索如何做到这一点。请让我知道你是否有任何想法。

I am running my application in amazon Ec2 with PHP.We are using S3 for storage images and files.Now I want to create the email id for each user those who are successfully register.
When the users send the mail from the another email id to this particular email id with attachment I need to get the files and upload to S3.

I read the SES document.But I didn't get any clue how to do this.Please let me know if you have any ideas.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我的黑色迷你裙 2025-01-05 00:26:12

在我看来,您想解析传入电子邮件中的附件,如果是这样,请查看 imap 函数Mail_mimeDecode,我使用两者的组合。

It sounds to me like you want to parse incoming email for attachments, if so take a look at the imap functions and Mail_mimeDecode, I use a combination of both.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文