Little Helper
  1. Send Email
Little Helper
  • Home
  • IP Location
    • Show Client IP
      GET
    • IP Location Detail
      GET
  • QR Code
    • Generate QR Code
      GET
  • Short URL
    • Show HTML
      GET
    • Redirect URL
      GET
    • Save Shorten URL
      POST
  • Image Host
    • Telegra
      • Show HTML
      • Get Image
      • Upload Image
  • Chinese ID Card
    • Check Card No.
      GET
    • Get Card Info.
      GET
  • Image Handling
  • Message Sending
    • Send SMS
      • Send by Aliyun
    • Send Email
      • Send by Resend
        POST
      • Send By SMTP
        POST
    • Send Wechat
  • Data Dictionary
  • Monitor
  • Web Analytics
  1. Send Email

Send by Resend

POST
/api/email/resend

Request

Body Params application/json

Example
{
    "senderName": "string",
    "senderEmail": "string",
    "to": "string",
    "subject": "string",
    "body": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/email/resend' \
--header 'Content-Type: application/json' \
--data-raw '{
    "senderName": "string",
    "senderEmail": "string",
    "to": "string",
    "subject": "string",
    "body": "string"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "ok": true
}
Modified at 2024-05-30 06:38:51
Previous
Send by Aliyun
Next
Send By SMTP
Built with