[帮助] 可以接收邮件,但无法发送邮件。

作者: pzb568创建于 2026年9月17日更新于 2026年9月17日
标签help wanted

使用命令测试可以成功发送邮件。 curl -s https://api.resend.com/emails
-H "Authorization: Bearer API"
-H "Content-Type: application/json"
-d '{ "from": "[email protected]", "to": ["[email protected]"], "subject": "Cloud Mail test", "text": "Test from Resend" }'

内容来源: maillab/cloud-mail