ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

resend 单次发送命令

2026/8/9 16:34:06 拓冰建站 浏览量
resend 单次发送命令
Invoke-WebRequest -Uri "https://api.resend.com/emails" `-Method Post `-Headers @{"Authorization" = "Bearer re_"} `-ContentType "application/json; charset=utf-8" `-Body '{ "from": "dism@dmsp.online", "to": ["hi@cursor.com"], "subject": "我早就提前取消了订阅,为什么还要收费呢?", "html": "<p>我一个月以来都从来没有使用过,并且我特意取消了订阅的,还不让我删除信用卡,导致你们收取我费用</p>" }'