Samuel's Development, Official Documentation
  • 🎉Welcome
  • 📑Overview
    • Resources
      • Bobcat Weapon Heist
        • Installation Guide
        • Configuration
      • Traphouse Robbery
        • Installation Guide
        • Configuration
      • Pacific Bank Heist
        • Installation Guide
        • Configuration
      • Oxy Run
        • Installation Guide
        • Configuration
      • Dumpster Diving
        • Installation Guide
        • Configuration
        • Log Configuration
      • Warehouse Heist
        • Installation Guide
        • Configuration
      • Oil Rig
        • Installation Guide
        • Configuration
      • Beekeeping
        • Installation Guide
        • Configuration
        • Log Configuration
      • Yacht Robbery
        • Installation Guide
        • Configuration
      • Notify
        • Installation
        • Configuration
      • Cocaine Mission
        • Installation Guide
        • Configuration
      • Advanced Drug Sales
        • Installation Guide
        • Configuration
    • Library
      • Installation & Integration
      • Modules
        • Client
          • Callback
          • StartProgress
          • LoadAnim
          • LoadModel
          • LoadPtfxAsset
          • ShowNotification
          • SendEmail
          • PoliceDispatch
          • StartHack
        • Server
          • Callback
          • Name
          • Money
          • Logger
          • Inventory
          • HasGroup
          • GetPlayer
          • GetPlayers
          • GetPlayerByIdentifier
          • GetIdentifier
          • GetPlayerGender
          • CheckVersion
        • Shared
          • Array
          • Table
          • String
          • Math
          • Locale
            • JSON Example
          • AwaitLoad
          • Framework
  • 📚F.A.Q
    • How do I change Locales?!
    • How to add Police Alerts?!
    • What types of dirty money are supported?
Powered by GitBook
On this page
  • Overview
  • Resource List
  • Parameters
  • Usage Example
  1. Overview
  2. Library
  3. Modules
  4. Client

SendEmail

The SD.SendEmail function facilitates the sending of emails across a plethora of phones.

Overview

Purpose: Sends emails using the method determined by the currently active phone resource within the game, ensuring compatibility and proper functionality across different systems.

Resource List

  • qb-phone

  • qs-smartphone

  • high-phone

  • npwd-phone

  • lb-phone

  • yflip-phone

  • gks-phone

Parameters

  • sender (string): The identifier or email address of the sender.

  • subject (string): The subject line of the email.

  • message (string): The main content of the email.

Usage Example

-- Example usage of SD.SendEmail
SD.SendEmail(
    "john.doe@example.com",
    "Meeting Reminder",
    "Don't forget our meeting at 2 PM today."
)
PreviousShowNotificationNextPoliceDispatch

Last updated 1 year ago

📑