1. Email Sender
FoxLab Api
  • Mobile DTH Recharge
    • Plan Fetch
      GET
    • Recharge Now
      GET
    • Recharge Status Check
      GET
  • Mobile Lookup
    • Mobile To Operator
      GET
  • Pan Services
    • Aadhar To Pan Mask
      GET
    • Pan To Mask Aadhar
      GET
    • Aadhar To Pan Link Status
      GET
    • Pan To name & Dob
      GET
    • Pan Details Premium
      GET
    • Aadhar To Pan
      GET
    • Pan To Aadhar
      GET
    • Pan/Name To GST
      GET
  • Electric Bill Services
    • Electric Bill Operator Code
      GET
    • Electric Bill Details
      GET
    • Electric Bill PDF - BR
      GET
  • Banking Services
    • IFSC Code Verification
      GET
  • Email Sender
    • Send Email - SMTP
      GET
  • GST SERVICES
    • Name / Pan To GST Verification
      GET
  • Domain IP verification
    GET
  • Pincode Verification
    GET
  1. Email Sender

Send Email - SMTP

GET
https://flex4upoint.co.in/api/v1/send-email

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://flex4upoint.co.in/api/v1/send-email?apiKey=*********&host=smtp.hostinger.com&user=sender_email&port=465&from_name=Mailer&to=Receiver_Email&subject=Test Email from Remote Server&body=<p>This email was sent using a remote PHPMailer server with validation and security.</p>&alt_body=This email was sent using a remote PHPMailer server with validation and security.'
Response Response Example
{
    "status": "100",
    "statusMessage": "success",
    "email": "abc@gmail.com",
    "message": "Message send Success."
}
Modified at 2025-10-10 06:11:10
Previous
IFSC Code Verification
Next
Name / Pan To GST Verification
Built with