[Help] 可以接收邮件,无法发送邮件。

Author: pzb568Created Sep 17, 2026Updated Sep 17, 2026
Labelshelp 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" }'

使用以上命令可以正常发送邮件。 在Cloud mail网页中无法发送。