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
senderName
string 
optional
The name of sender.
senderEmail
string 
required
The sender's email. The domain must be verified in Resend.
to
string 
required
The reciver's email
subject
string 
required
The subject of the mail
body
string 
required
The body of the mail
Example
{
    "senderName": "string",
    "senderEmail": "string",
    "to": "string",
    "subject": "string",
    "body": "string"
}

Request 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
object {0}
Example
{
    "ok": true
}
Modified at 2024-05-30 06:38:51
Previous
Send by Aliyun
Next
Send By SMTP
Built with