Loading...
Loading...
Compare original and translation side by side
https://api.resend.comhttps://api.resend.comnpx resend-box startnpx resend-box startcurl -X POST http://127.0.0.1:4657/emails \
-H "Content-Type: application/json" \
-d '{
"from": "sender@example.com",
"to": "recipient@example.com",
"subject": "Test Email",
"html": "<p>Hello!</p>"
}'fromtosubjecthtmltextccbccreplyTocurl -X POST http://127.0.0.1:4657/emails \
-H "Content-Type: application/json" \
-d '{
"from": "sender@example.com",
"to": "recipient@example.com",
"subject": "Test Email",
"html": "<p>Hello!</p>"
}'fromtosubjecthtmltextccbccreplyTocurl http://127.0.0.1:4657/sandbox/emailscurl http://127.0.0.1:4657/sandbox/emailscurl "http://127.0.0.1:4657/sandbox/emails?to=user@example.com"tocurl "http://127.0.0.1:4657/sandbox/emails?to=user@example.com"tocurl http://127.0.0.1:4657/sandbox/emails/{id}curl http://127.0.0.1:4657/sandbox/emails/{id}curl -X DELETE http://127.0.0.1:4657/sandbox/emailscurl -X DELETE http://127.0.0.1:4657/sandbox/emails