Resend
Jump to navigation
Jump to search
curl -X POST 'https://api.resend.com/emails' \
-H 'Authorization: Bearer re_xxxxxxxxxxxxxxxxxxxxxxx' \
-H 'Content-Type: application/json' \
-d $'{
"from": "[email protected]",
"to": "[email protected]",
"subject": "Hello World",
"html": "<p>Congrats on sending your <strong>first email</strong>!</p>"
}'
Related[edit]
See also[edit]
Advertising: